#EE4129

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

Shades of Cinnabar #EE4129

Tints of Cinnabar #EE4129

Color information

#EE4129 (or 0xEE4129) is unknown color: approx Cinnabar. HEX triplet: EE, 41 and 29. RGB value is (238,65,41). Sum of RGB (Red+Green+Blue) = 238+65+41=344 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.19% from 344); Green value is 65 (25.78% from 255 or 18.90% from 344); Blue value is 41 (16.41% from 255 or 11.92% from 344); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4129 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE4129 is #11BED6. Grayscale: #727272. Windows color (decimal): -1162967 or 2703854. OLE color: 2703854.

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

Color convert

RGB2386541-
CMYK00.730.830.07
HSL7.31º85.28%54.71%-
HSV(B)7.31º82.77%93.33%-
XYZ37.5522.124.39-
YUV113.9986.81216.45-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 69.19%
GREEN value IS 65 (25.78% from 255) = 18.90%
BLUE value IS 41 (16.41% from 255) = 11.92%
R=69.19%
G=18.90%
B=11.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.83
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238654100.730.830.077.3185.2854.71
HexEE412904953775537
Octal3561015101111237712567
Binary1110111010000011010010100100110100111111111010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE4129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE4129; }

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

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

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

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

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

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

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

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