Html Css Color HEX #EE0D0F Fire Engine Red

📋 copy color: '#EE0D0F'

red 238 ◦ green 13 ◦ blue 15

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

Shades of Fire Engine Red #EE0D0F

Tints of Fire Engine Red #EE0D0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.64%

R = 89.47%
G = 4.89%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EE0D0F (or 0xEE0D0F) is known color: Fire Engine Red. HEX triplet: EE, 0D and 0F. RGB value is (238,13,15). Sum of RGB (Red+Green+Blue) = 238+13+15=266 (35% of max value = 765). Red value is 238 (93.36% from 255 or 89.47% from 266); Green value is 13 (5.47% from 255 or 4.89% from 266); Blue value is 15 (6.25% from 255 or 5.64% from 266); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0D0F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0D0F is #11F2F0. Grayscale: #505050. Windows color (decimal): -1176305 or 986606. OLE color: 986606.

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

Color convert

RGB 238 13 15 -
CMYK 0 0.95 0.94 0.07
HSL 359.47º 0.9% 0.49% -
HSV(B) 359.47º 0.95% 0.93% -
XYZ 35.49 18.5 2.15 -
YUV 80.5 91.04 240.34 -
System Red Green Blue C M Y K H S L
Decimal 238 13 15 0 0.95 0.94 0.07 359.47 0.9 0.49
Hex EE D F 0 5F 5E 7 167 5A 31
Octal 356 15 17 0 137 136 7 547 132 61
Binary 11101110 1101 1111 0 1011111 1011110 111 101100111 1011010 110001

Color Harmonies of #EE0D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0D0F

Black with #EE0D0F

Text Example


Text Example

White with #EE0D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0D0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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