Html Css Color HEX #EE3518 Cinnabar

📋 copy color: '#EE3518'

red 238 ◦ green 53 ◦ blue 24

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

Shades of Cinnabar #EE3518

Tints of Cinnabar #EE3518

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.83%

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

R = 75.56%
G = 16.83%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EE3518 (or 0xEE3518) is known color: Cinnabar. HEX triplet: EE, 35 and 18. RGB value is (238,53,24). Sum of RGB (Red+Green+Blue) = 238+53+24=315 (41% of max value = 765). Red value is 238 (93.36% from 255 or 75.56% from 315); Green value is 53 (21.09% from 255 or 16.83% from 315); Blue value is 24 (9.77% from 255 or 7.62% from 315); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3518 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3518 is #11CAE7. Grayscale: #696969. Windows color (decimal): -1166056 or 1586670. OLE color: 1586670.

HSL color Cylindrical-coordinate representation of color #EE3518: hue angle of 8.13º 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 #EE3518 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 53 24 -
CMYK 0 0.78 0.90 0.07
HSL 8.13º 0.86% 0.51% -
HSV(B) 8.13º 0.9% 0.93% -
XYZ 36.7 20.79 2.94 -
YUV 105.01 82.29 222.86 -
System Red Green Blue C M Y K H S L
Decimal 238 53 24 0 0.78 0.90 0.07 8.13 0.86 0.51
Hex EE 35 18 0 4E 5A 7 8 56 33
Octal 356 65 30 0 116 132 7 10 126 63
Binary 11101110 110101 11000 0 1001110 1011010 111 1000 1010110 110011

Color Harmonies of #EE3518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3518

Black with #EE3518

Text Example


Text Example

White with #EE3518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3518; }

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

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

background-color css

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

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

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

border-color css

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

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

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