Html Css Color HEX #EE1719 Fire Engine Red

📋 copy color: '#EE1719'

red 238 ◦ green 23 ◦ blue 25

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

Shades of Fire Engine Red #EE1719

Tints of Fire Engine Red #EE1719

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.04%

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

R = 83.22%
G = 8.04%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EE1719 (or 0xEE1719) is known color: Fire Engine Red. HEX triplet: EE, 17 and 19. RGB value is (238,23,25). Sum of RGB (Red+Green+Blue) = 238+23+25=286 (37% of max value = 765). Red value is 238 (93.36% from 255 or 83.22% from 286); Green value is 23 (9.38% from 255 or 8.04% from 286); Blue value is 25 (10.16% from 255 or 8.74% from 286); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1719 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE1719 is #11E8E6. Grayscale: #575757. Windows color (decimal): -1173735 or 1644526. OLE color: 1644526.

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

Color convert

RGB 238 23 25 -
CMYK 0 0.90 0.89 0.07
HSL 359.44º 0.86% 0.51% -
HSV(B) 359.44º 0.9% 0.93% -
XYZ 35.74 18.86 2.68 -
YUV 87.51 92.73 235.34 -
System Red Green Blue C M Y K H S L
Decimal 238 23 25 0 0.90 0.89 0.07 359.44 0.86 0.51
Hex EE 17 19 0 5A 59 7 167 56 33
Octal 356 27 31 0 132 131 7 547 126 63
Binary 11101110 10111 11001 0 1011010 1011001 111 101100111 1010110 110011

Color Harmonies of #EE1719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1719

Black with #EE1719

Text Example


Text Example

White with #EE1719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1719; }

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

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

background-color css

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

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

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

border-color css

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

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

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