Html Css Color HEX #EE1617 Fire Engine Red

📋 copy color: '#EE1617'

red 238 ◦ green 22 ◦ blue 23

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

Shades of Fire Engine Red #EE1617

Tints of Fire Engine Red #EE1617

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.13%

R = 84.1%
G = 7.77%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EE1617 (or 0xEE1617) is known color: Fire Engine Red. HEX triplet: EE, 16 and 17. RGB value is (238,22,23). Sum of RGB (Red+Green+Blue) = 238+22+23=283 (37% of max value = 765). Red value is 238 (93.36% from 255 or 84.10% from 283); Green value is 22 (8.98% from 255 or 7.77% from 283); Blue value is 23 (9.38% from 255 or 8.13% from 283); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1617 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE1617 is #11E9E8. Grayscale: #565656. Windows color (decimal): -1173993 or 1513198. OLE color: 1513198.

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

Color convert

RGB 238 22 23 -
CMYK 0 0.91 0.90 0.07
HSL 359.72º 0.86% 0.51% -
HSV(B) 359.72º 0.91% 0.93% -
XYZ 35.7 18.81 2.56 -
YUV 86.7 92.06 235.92 -
System Red Green Blue C M Y K H S L
Decimal 238 22 23 0 0.91 0.90 0.07 359.72 0.86 0.51
Hex EE 16 17 0 5B 5A 7 168 56 33
Octal 356 26 27 0 133 132 7 550 126 63
Binary 11101110 10110 10111 0 1011011 1011010 111 101101000 1010110 110011

Color Harmonies of #EE1617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1617

Black with #EE1617

Text Example


Text Example

White with #EE1617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1617; }

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

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

background-color css

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

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

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

border-color css

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

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

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