Html Css Color HEX #EE3D18 Cinnabar

📋 copy color: '#EE3D18'

red 238 ◦ green 61 ◦ blue 24

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

Shades of Cinnabar #EE3D18

Tints of Cinnabar #EE3D18

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.89%

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

R = 73.68%
G = 18.89%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EE3D18 (or 0xEE3D18) is known color: Cinnabar. HEX triplet: EE, 3D and 18. RGB value is (238,61,24). Sum of RGB (Red+Green+Blue) = 238+61+24=323 (42% of max value = 765). Red value is 238 (93.36% from 255 or 73.68% from 323); Green value is 61 (24.22% from 255 or 18.89% from 323); Blue value is 24 (9.77% from 255 or 7.43% from 323); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3D18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3D18 is #11C2E7. Grayscale: #6E6E6E. Windows color (decimal): -1164008 or 1588718. OLE color: 1588718.

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

Color convert

RGB 238 61 24 -
CMYK 0 0.74 0.90 0.07
HSL 10.37º 0.86% 0.51% -
HSV(B) 10.37º 0.9% 0.93% -
XYZ 37.09 21.58 3.07 -
YUV 109.71 79.64 219.51 -
System Red Green Blue C M Y K H S L
Decimal 238 61 24 0 0.74 0.90 0.07 10.37 0.86 0.51
Hex EE 3D 18 0 4A 5A 7 A 56 33
Octal 356 75 30 0 112 132 7 12 126 63
Binary 11101110 111101 11000 0 1001010 1011010 111 1010 1010110 110011

Color Harmonies of #EE3D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3D18

Black with #EE3D18

Text Example


Text Example

White with #EE3D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3D18; }

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

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

background-color css

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

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

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

border-color css

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

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

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