Html Css Color HEX #EE0D0E Fire Engine Red

📋 copy color: '#EE0D0E'

red 238 ◦ green 13 ◦ blue 14

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

Shades of Fire Engine Red #EE0D0E

Tints of Fire Engine Red #EE0D0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.28%

R = 89.81%
G = 4.91%
B = 5.28%

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

#EE0D0E (or 0xEE0D0E) is known color: Fire Engine Red. HEX triplet: EE, 0D and 0E. RGB value is (238,13,14). Sum of RGB (Red+Green+Blue) = 238+13+14=265 (35% of max value = 765). Red value is 238 (93.36% from 255 or 89.81% from 265); Green value is 13 (5.47% from 255 or 4.91% from 265); Blue value is 14 (5.86% from 255 or 5.28% from 265); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0D0E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EE0D0E is #11F2F1. Grayscale: #505050. Windows color (decimal): -1176306 or 921070. OLE color: 921070.

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

Color convert

RGB 238 13 14 -
CMYK 0 0.95 0.94 0.07
HSL 359.73º 0.9% 0.49% -
HSV(B) 359.73º 0.95% 0.93% -
XYZ 35.48 18.5 2.12 -
YUV 80.39 90.54 240.42 -
System Red Green Blue C M Y K H S L
Decimal 238 13 14 0 0.95 0.94 0.07 359.73 0.9 0.49
Hex EE D E 0 5F 5E 7 168 5A 31
Octal 356 15 16 0 137 136 7 550 132 61
Binary 11101110 1101 1110 0 1011111 1011110 111 101101000 1011010 110001

Color Harmonies of #EE0D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0D0E

Black with #EE0D0E

Text Example


Text Example

White with #EE0D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0D0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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