Html Css Color HEX #EE3819 Cinnabar

📋 copy color: '#EE3819'

red 238 ◦ green 56 ◦ blue 25

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

Shades of Cinnabar #EE3819

Tints of Cinnabar #EE3819

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.84%

R = 74.61%
G = 17.55%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EE3819 (or 0xEE3819) is known color: Cinnabar. HEX triplet: EE, 38 and 19. RGB value is (238,56,25). Sum of RGB (Red+Green+Blue) = 238+56+25=319 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.61% from 319); Green value is 56 (22.27% from 255 or 17.55% from 319); Blue value is 25 (10.16% from 255 or 7.84% from 319); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3819 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3819 is #11C7E6. Grayscale: #6B6B6B. Windows color (decimal): -1165287 or 1652974. OLE color: 1652974.

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

Color convert

RGB 238 56 25 -
CMYK 0 0.76 0.89 0.07
HSL 8.73º 0.86% 0.52% -
HSV(B) 8.73º 0.89% 0.93% -
XYZ 36.85 21.08 3.05 -
YUV 106.88 81.8 221.52 -
System Red Green Blue C M Y K H S L
Decimal 238 56 25 0 0.76 0.89 0.07 8.73 0.86 0.52
Hex EE 38 19 0 4C 59 7 9 56 34
Octal 356 70 31 0 114 131 7 11 126 64
Binary 11101110 111000 11001 0 1001100 1011001 111 1001 1010110 110100

Color Harmonies of #EE3819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3819

Black with #EE3819

Text Example


Text Example

White with #EE3819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3819; }

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

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

background-color css

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

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

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

border-color css

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

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

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