Html Css Color HEX #EE3C21 Cinnabar

📋 copy color: '#EE3C21'

red 238 ◦ green 60 ◦ blue 33

#EE3C21
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cinnabar #EE3C21

Tints of Cinnabar #EE3C21

RGB

 RED value IS 238 (93.36% from 255) = 71.9%

 GREEN value IS 60 (23.83% from 255) = 18.13%

 BLUE value IS 33 (13.28% from 255) = 9.97%

R = 71.9%
G = 18.13%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EE3C21 (or 0xEE3C21) is known color: Cinnabar. HEX triplet: EE, 3C and 21. RGB value is (238,60,33). Sum of RGB (Red+Green+Blue) = 238+60+33=331 (43% of max value = 765). Red value is 238 (93.36% from 255 or 71.90% from 331); Green value is 60 (23.83% from 255 or 18.13% from 331); Blue value is 33 (13.28% from 255 or 9.97% from 331); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3C21 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3C21 is #11C3DE. Grayscale: #6E6E6E. Windows color (decimal): -1164255 or 2178286. OLE color: 2178286.

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

Color convert

RGB 238 60 33 -
CMYK 0 0.75 0.86 0.07
HSL 7.9º 0.86% 0.53% -
HSV(B) 7.9º 0.86% 0.93% -
XYZ 37.15 21.52 3.63 -
YUV 110.14 84.47 219.2 -
System Red Green Blue C M Y K H S L
Decimal 238 60 33 0 0.75 0.86 0.07 7.9 0.86 0.53
Hex EE 3C 21 0 4B 56 7 8 56 35
Octal 356 74 41 0 113 126 7 10 126 65
Binary 11101110 111100 100001 0 1001011 1010110 111 1000 1010110 110101

Color Harmonies of #EE3C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3C21

Black with #EE3C21

Text Example


Text Example

White with #EE3C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3C21; }

 p { color: rgb(238,60,33); }

 H1.HeaderClassName
 {
   color: #EE3C21;
 }
 .AnyTagClassName
 {
   color: #EE3C21;
 }
</style>

background-color css

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

 a { background-color: rgb(238,60,33); }

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

border-color css

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

 span { border-color: rgb(238,60,33); }

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