Html Css Color HEX #EE3718 Cinnabar

📋 copy color: '#EE3718'

red 238 ◦ green 55 ◦ blue 24

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

Shades of Cinnabar #EE3718

Tints of Cinnabar #EE3718

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.35%

 BLUE value IS 24 (9.77% from 255) = 7.57%

R = 75.08%
G = 17.35%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EE3718 (or 0xEE3718) is known color: Cinnabar. HEX triplet: EE, 37 and 18. RGB value is (238,55,24). Sum of RGB (Red+Green+Blue) = 238+55+24=317 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.08% from 317); Green value is 55 (21.88% from 255 or 17.35% from 317); Blue value is 24 (9.77% from 255 or 7.57% from 317); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3718 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3718 is #11C8E7. Grayscale: #6A6A6A. Windows color (decimal): -1165544 or 1587182. OLE color: 1587182.

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

Color convert

RGB 238 55 24 -
CMYK 0 0.77 0.90 0.07
HSL 8.69º 0.86% 0.51% -
HSV(B) 8.69º 0.9% 0.93% -
XYZ 36.79 20.98 2.97 -
YUV 106.18 81.63 222.02 -
System Red Green Blue C M Y K H S L
Decimal 238 55 24 0 0.77 0.90 0.07 8.69 0.86 0.51
Hex EE 37 18 0 4D 5A 7 9 56 33
Octal 356 67 30 0 115 132 7 11 126 63
Binary 11101110 110111 11000 0 1001101 1011010 111 1001 1010110 110011

Color Harmonies of #EE3718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3718

Black with #EE3718

Text Example


Text Example

White with #EE3718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3718; }

 p { color: rgb(238,55,24); }

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

background-color css

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

 a { background-color: rgb(238,55,24); }

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

border-color css

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

 span { border-color: rgb(238,55,24); }

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