#EE412B

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

Shades of Cinnabar #EE412B

Tints of Cinnabar #EE412B

Color information

#EE412B (or 0xEE412B) is unknown color: approx Cinnabar. HEX triplet: EE, 41 and 2B. RGB value is (238,65,43). Sum of RGB (Red+Green+Blue) = 238+65+43=346 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.79% from 346); Green value is 65 (25.78% from 255 or 18.79% from 346); Blue value is 43 (17.19% from 255 or 12.43% from 346); Max value from RGB is 238 - color contains mainly: red. Hex color #EE412B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE412B is #11BED4. Grayscale: #727272. Windows color (decimal): -1162965 or 2834926. OLE color: 2834926.

HSL color Cylindrical-coordinate representation of color #EE412B: hue angle of 6.77º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EE412B is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.07.

Color convert

RGB2386543-
CMYK00.730.820.07
HSL6.77º85.15%55.1%-
HSV(B)6.77º81.93%93.33%-
XYZ37.5922.134.58-
YUV114.2287.81216.29-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 68.79%
GREEN value IS 65 (25.78% from 255) = 18.79%
BLUE value IS 43 (17.19% from 255) = 12.43%
R=68.79%
G=18.79%
B=12.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.82
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238654300.730.820.076.7785.1555.1
HexEE412B04952775537
Octal3561015301111227712567
Binary1110111010000011010110100100110100101111111010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE412B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE412B; }

 p { color: rgb(238,65,43); }

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

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

 a { background-color: rgb(238,65,43); }

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

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

 span { border-color: rgb(238,65,43); }

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