Html Css Color HEX #EE3818 Cinnabar

📋 copy color: '#EE3818'

red 238 ◦ green 56 ◦ blue 24

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

Shades of Cinnabar #EE3818

Tints of Cinnabar #EE3818

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.61%

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

R = 74.84%
G = 17.61%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EE3818 (or 0xEE3818) is known color: Cinnabar. HEX triplet: EE, 38 and 18. RGB value is (238,56,24). Sum of RGB (Red+Green+Blue) = 238+56+24=318 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.84% from 318); Green value is 56 (22.27% from 255 or 17.61% from 318); Blue value is 24 (9.77% from 255 or 7.55% from 318); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3818 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3818 is #11C7E7. Grayscale: #6B6B6B. Windows color (decimal): -1165288 or 1587438. OLE color: 1587438.

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

Color convert

RGB 238 56 24 -
CMYK 0 0.76 0.90 0.07
HSL 8.97º 0.86% 0.51% -
HSV(B) 8.97º 0.9% 0.93% -
XYZ 36.84 21.07 2.99 -
YUV 106.77 81.3 221.6 -
System Red Green Blue C M Y K H S L
Decimal 238 56 24 0 0.76 0.90 0.07 8.97 0.86 0.51
Hex EE 38 18 0 4C 5A 7 9 56 33
Octal 356 70 30 0 114 132 7 11 126 63
Binary 11101110 111000 11000 0 1001100 1011010 111 1001 1010110 110011

Color Harmonies of #EE3818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3818

Black with #EE3818

Text Example


Text Example

White with #EE3818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3818; }

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

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

background-color css

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

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

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

border-color css

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

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

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