Html Css Color HEX #EE3F19 Cinnabar

📋 copy color: '#EE3F19'

red 238 ◦ green 63 ◦ blue 25

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

Shades of Cinnabar #EE3F19

Tints of Cinnabar #EE3F19

RGB

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

 GREEN value IS 63 (25% from 255) = 19.33%

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

R = 73.01%
G = 19.33%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EE3F19 (or 0xEE3F19) is known color: Cinnabar. HEX triplet: EE, 3F and 19. RGB value is (238,63,25). Sum of RGB (Red+Green+Blue) = 238+63+25=326 (43% of max value = 765). Red value is 238 (93.36% from 255 or 73.01% from 326); Green value is 63 (25% from 255 or 19.33% from 326); Blue value is 25 (10.16% from 255 or 7.67% from 326); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3F19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EE3F19 is #11C0E6. Grayscale: #6F6F6F. Windows color (decimal): -1163495 or 1654766. OLE color: 1654766.

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

Color convert

RGB 238 63 25 -
CMYK 0 0.74 0.89 0.07
HSL 10.7º 0.86% 0.52% -
HSV(B) 10.7º 0.89% 0.93% -
XYZ 37.21 21.8 3.17 -
YUV 110.99 79.48 218.59 -
System Red Green Blue C M Y K H S L
Decimal 238 63 25 0 0.74 0.89 0.07 10.7 0.86 0.52
Hex EE 3F 19 0 4A 59 7 B 56 34
Octal 356 77 31 0 112 131 7 13 126 64
Binary 11101110 111111 11001 0 1001010 1011001 111 1011 1010110 110100

Color Harmonies of #EE3F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3F19

Black with #EE3F19

Text Example


Text Example

White with #EE3F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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