Html Css Color HEX #EE0D10 Fire Engine Red

📋 copy color: '#EE0D10'

red 238 ◦ green 13 ◦ blue 16

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

Shades of Fire Engine Red #EE0D10

Tints of Fire Engine Red #EE0D10

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.87%

 BLUE value IS 16 (6.64% from 255) = 5.99%

R = 89.14%
G = 4.87%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EE0D10 (or 0xEE0D10) is known color: Fire Engine Red. HEX triplet: EE, 0D and 10. RGB value is (238,13,16). Sum of RGB (Red+Green+Blue) = 238+13+16=267 (35% of max value = 765). Red value is 238 (93.36% from 255 or 89.14% from 267); Green value is 13 (5.47% from 255 or 4.87% from 267); Blue value is 16 (6.64% from 255 or 5.99% from 267); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0D10 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0D10 is #11F2EF. Grayscale: #505050. Windows color (decimal): -1176304 or 1052142. OLE color: 1052142.

HSL color Cylindrical-coordinate representation of color #EE0D10: hue angle of 359.2º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EE0D10 is Cyan = 0, Magento = 0.95, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 13 16 -
CMYK 0 0.95 0.93 0.07
HSL 359.2º 0.9% 0.49% -
HSV(B) 359.2º 0.95% 0.93% -
XYZ 35.5 18.5 2.19 -
YUV 80.62 91.54 240.26 -
System Red Green Blue C M Y K H S L
Decimal 238 13 16 0 0.95 0.93 0.07 359.2 0.9 0.49
Hex EE D 10 0 5F 5D 7 167 5A 31
Octal 356 15 20 0 137 135 7 547 132 61
Binary 11101110 1101 10000 0 1011111 1011101 111 101100111 1011010 110001

Color Harmonies of #EE0D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0D10

Black with #EE0D10

Text Example


Text Example

White with #EE0D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0D10; }

 p { color: rgb(238,13,16); }

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

background-color css

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

 a { background-color: rgb(238,13,16); }

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

border-color css

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

 span { border-color: rgb(238,13,16); }

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