Html Css Color HEX #EE1415 Fire Engine Red

📋 copy color: '#EE1415'

red 238 ◦ green 20 ◦ blue 21

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

Shades of Fire Engine Red #EE1415

Tints of Fire Engine Red #EE1415

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.17%

 BLUE value IS 21 (8.59% from 255) = 7.53%

R = 85.3%
G = 7.17%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EE1415 (or 0xEE1415) is known color: Fire Engine Red. HEX triplet: EE, 14 and 15. RGB value is (238,20,21). Sum of RGB (Red+Green+Blue) = 238+20+21=279 (36% of max value = 765). Red value is 238 (93.36% from 255 or 85.30% from 279); Green value is 20 (8.20% from 255 or 7.17% from 279); Blue value is 21 (8.59% from 255 or 7.53% from 279); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1415 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE1415 is #11EBEA. Grayscale: #555555. Windows color (decimal): -1174507 or 1381614. OLE color: 1381614.

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

Color convert

RGB 238 20 21 -
CMYK 0 0.92 0.91 0.07
HSL 359.72º 0.87% 0.51% -
HSV(B) 359.72º 0.92% 0.93% -
XYZ 35.65 18.73 2.45 -
YUV 85.3 91.72 236.92 -
System Red Green Blue C M Y K H S L
Decimal 238 20 21 0 0.92 0.91 0.07 359.72 0.87 0.51
Hex EE 14 15 0 5C 5B 7 168 57 33
Octal 356 24 25 0 134 133 7 550 127 63
Binary 11101110 10100 10101 0 1011100 1011011 111 101101000 1010111 110011

Color Harmonies of #EE1415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1415

Black with #EE1415

Text Example


Text Example

White with #EE1415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1415; }

 p { color: rgb(238,20,21); }

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

background-color css

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

 a { background-color: rgb(238,20,21); }

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

border-color css

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

 span { border-color: rgb(238,20,21); }

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