Html Css Color HEX #EE3C23 Cinnabar

📋 copy color: '#EE3C23'

red 238 ◦ green 60 ◦ blue 35

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

Shades of Cinnabar #EE3C23

Tints of Cinnabar #EE3C23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.51%

R = 71.47%
G = 18.02%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EE3C23 (or 0xEE3C23) is known color: Cinnabar. HEX triplet: EE, 3C and 23. RGB value is (238,60,35). Sum of RGB (Red+Green+Blue) = 238+60+35=333 (44% of max value = 765). Red value is 238 (93.36% from 255 or 71.47% from 333); Green value is 60 (23.83% from 255 or 18.02% from 333); Blue value is 35 (14.06% from 255 or 10.51% from 333); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3C23 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3C23 is #11C3DC. Grayscale: #6E6E6E. Windows color (decimal): -1164253 or 2309358. OLE color: 2309358.

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

Color convert

RGB 238 60 35 -
CMYK 0 0.75 0.85 0.07
HSL 7.39º 0.86% 0.54% -
HSV(B) 7.39º 0.85% 0.93% -
XYZ 37.18 21.53 3.79 -
YUV 110.37 85.47 219.03 -
System Red Green Blue C M Y K H S L
Decimal 238 60 35 0 0.75 0.85 0.07 7.39 0.86 0.54
Hex EE 3C 23 0 4B 55 7 7 56 36
Octal 356 74 43 0 113 125 7 7 126 66
Binary 11101110 111100 100011 0 1001011 1010101 111 111 1010110 110110

Color Harmonies of #EE3C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3C23

Black with #EE3C23

Text Example


Text Example

White with #EE3C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3C23; }

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

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

background-color css

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

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

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

border-color css

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

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

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