Html Css Color HEX #EE3C27 Cinnabar

📋 copy color: '#EE3C27'

red 238 ◦ green 60 ◦ blue 39

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

Shades of Cinnabar #EE3C27

Tints of Cinnabar #EE3C27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.57%

R = 70.62%
G = 17.8%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EE3C27 (or 0xEE3C27) is known color: Cinnabar. HEX triplet: EE, 3C and 27. RGB value is (238,60,39). Sum of RGB (Red+Green+Blue) = 238+60+39=337 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.62% from 337); Green value is 60 (23.83% from 255 or 17.80% from 337); Blue value is 39 (15.62% from 255 or 11.57% from 337); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3C27 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3C27 is #11C3D8. Grayscale: #6F6F6F. Windows color (decimal): -1164249 or 2571502. OLE color: 2571502.

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

Color convert

RGB 238 60 39 -
CMYK 0 0.75 0.84 0.07
HSL 6.33º 0.85% 0.54% -
HSV(B) 6.33º 0.84% 0.93% -
XYZ 37.24 21.56 4.12 -
YUV 110.83 87.47 218.71 -
System Red Green Blue C M Y K H S L
Decimal 238 60 39 0 0.75 0.84 0.07 6.33 0.85 0.54
Hex EE 3C 27 0 4B 54 7 6 55 36
Octal 356 74 47 0 113 124 7 6 125 66
Binary 11101110 111100 100111 0 1001011 1010100 111 110 1010101 110110

Color Harmonies of #EE3C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3C27

Black with #EE3C27

Text Example


Text Example

White with #EE3C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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