#E3402C

Color #E3402C Cinnabar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cinnabar #E3402C

Tints of Cinnabar #E3402C

Color information

#E3402C (or 0xE3402C) is unknown color: approx Cinnabar. HEX triplet: E3, 40 and 2C. RGB value is (227,64,44). Sum of RGB (Red+Green+Blue) = 227+64+44=335 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.76% from 335); Green value is 64 (25.39% from 255 or 19.10% from 335); Blue value is 44 (17.58% from 255 or 13.13% from 335); Max value from RGB is 227 - color contains mainly: red. Hex color #E3402C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3402C is #1CBFD3. Grayscale: #6E6E6E. Windows color (decimal): -1884116 or 2900195. OLE color: 2900195.

HSL color Cylindrical-coordinate representation of color #E3402C: hue angle of 6.56º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E3402C is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB2276444-
CMYK00.720.810.11
HSL6.56º76.57%53.14%-
HSV(B)6.56º80.62%89.02%-
XYZ33.9720.184.49-
YUV110.4690.5211.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 227 (89.06% from 255) = 67.76%
GREEN value IS 64 (25.39% from 255) = 19.10%
BLUE value IS 44 (17.58% from 255) = 13.13%
R=67.76%
G=19.10%
B=13.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.81
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227644400.720.810.116.5676.5753.14
HexE3402C04851B74d35
Octal34310054011012113711565
Binary11100011100000010110001001000101000110111111001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3402C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3402C; }

 p { color: rgb(227,64,44); }

 H1.HeaderClassName
 {
   color: #E3402C;
 }
 .AnyTagClassName
 {
   color: #E3402C;
 }
</style>
background-color css

<style>
 a { background-color: #E3402C; }

 a { background-color: rgb(227,64,44); }

 div.DivClassName
 {
   background-color: #E3402C;
 }
 .BgClassName
 {
   background-color: #E3402C;
 }
</style>
border-color css

<style>
 span { border-color: #E3402C; }

 span { border-color: rgb(227,64,44); }

 td.TdClassName
 {
   border-color: #E3402C;
 }
 .TagClassName
 {
   border-color: #E3402C;
 }
</style>