Html Css Color HEX #EE1619 Fire Engine Red

📋 copy color: '#EE1619'

red 238 ◦ green 22 ◦ blue 25

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

Shades of Fire Engine Red #EE1619

Tints of Fire Engine Red #EE1619

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.72%

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

R = 83.51%
G = 7.72%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EE1619 (or 0xEE1619) is known color: Fire Engine Red. HEX triplet: EE, 16 and 19. RGB value is (238,22,25). Sum of RGB (Red+Green+Blue) = 238+22+25=285 (37% of max value = 765). Red value is 238 (93.36% from 255 or 83.51% from 285); Green value is 22 (8.98% from 255 or 7.72% from 285); Blue value is 25 (10.16% from 255 or 8.77% from 285); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1619 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE1619 is #11E9E6. Grayscale: #575757. Windows color (decimal): -1173991 or 1644270. OLE color: 1644270.

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

Color convert

RGB 238 22 25 -
CMYK 0 0.91 0.89 0.07
HSL 359.17º 0.86% 0.51% -
HSV(B) 359.17º 0.91% 0.93% -
XYZ 35.72 18.82 2.67 -
YUV 86.93 93.06 235.76 -
System Red Green Blue C M Y K H S L
Decimal 238 22 25 0 0.91 0.89 0.07 359.17 0.86 0.51
Hex EE 16 19 0 5B 59 7 167 56 33
Octal 356 26 31 0 133 131 7 547 126 63
Binary 11101110 10110 11001 0 1011011 1011001 111 101100111 1010110 110011

Color Harmonies of #EE1619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1619

Black with #EE1619

Text Example


Text Example

White with #EE1619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1619; }

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

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

background-color css

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

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

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

border-color css

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

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

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