#EE341D

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

Shades of Cinnabar #EE341D

Tints of Cinnabar #EE341D

Color information

#EE341D (or 0xEE341D) is unknown color: approx Cinnabar. HEX triplet: EE, 34 and 1D. RGB value is (238,52,29). Sum of RGB (Red+Green+Blue) = 238+52+29=319 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.61% from 319); Green value is 52 (20.70% from 255 or 16.30% from 319); Blue value is 29 (11.72% from 255 or 9.09% from 319); Max value from RGB is 238 - color contains mainly: red. Hex color #EE341D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE341D is #11CBE2. Grayscale: #696969. Windows color (decimal): -1166307 or 1914094. OLE color: 1914094.

HSL color Cylindrical-coordinate representation of color #EE341D: hue angle of 6.6º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EE341D is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB2385229-
CMYK00.780.880.07
HSL6.6º86.01%52.35%-
HSV(B)6.6º87.82%93.33%-
XYZ36.7120.723.23-
YUV104.9985.12222.87-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 74.61%
GREEN value IS 52 (20.70% from 255) = 16.30%
BLUE value IS 29 (11.72% from 255) = 9.09%
R=74.61%
G=16.30%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.88
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238522900.780.880.076.686.0152.35
HexEE341D04E58775634
Octal356643501161307712664
Binary11101110110100111010100111010110001111111010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE341D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE341D; }

 p { color: rgb(238,52,29); }

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

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

 a { background-color: rgb(238,52,29); }

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

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

 span { border-color: rgb(238,52,29); }

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