Html Css Color HEX #E00D1D Fire Engine Red

📋 copy color: '#E00D1D'

red 224 ◦ green 13 ◦ blue 29

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

Shades of Fire Engine Red #E00D1D

Tints of Fire Engine Red #E00D1D

RGB

 RED value IS 224 (87.89% from 255) = 84.21%

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

 BLUE value IS 29 (11.72% from 255) = 10.9%

R = 84.21%
G = 4.89%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.87

 K value IS 0.12

RGB Variations

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

Color information

#E00D1D (or 0xE00D1D) is known color: Fire Engine Red. HEX triplet: E0, 0D and 1D. RGB value is (224,13,29). Sum of RGB (Red+Green+Blue) = 224+13+29=266 (35% of max value = 765). Red value is 224 (87.89% from 255 or 84.21% from 266); Green value is 13 (5.47% from 255 or 4.89% from 266); Blue value is 29 (11.72% from 255 or 10.90% from 266); Max value from RGB is 224 - color contains mainly: red. Hex color #E00D1D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00D1D is #1FF2E2. Grayscale: #4E4E4E. Windows color (decimal): -2093795 or 1904096. OLE color: 1904096.

HSL color Cylindrical-coordinate representation of color #E00D1D: hue angle of 355.45º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E00D1D is Cyan = 0, Magento = 0.94, Yellow = 0.87 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 13 29 -
CMYK 0 0.94 0.87 0.12
HSL 355.45º 0.89% 0.46% -
HSV(B) 355.45º 0.94% 0.88% -
XYZ 31.11 16.22 2.65 -
YUV 77.91 100.4 232.2 -
System Red Green Blue C M Y K H S L
Decimal 224 13 29 0 0.94 0.87 0.12 355.45 0.89 0.46
Hex E0 D 1D 0 5E 57 C 163 59 2E
Octal 340 15 35 0 136 127 14 543 131 56
Binary 11100000 1101 11101 0 1011110 1010111 1100 101100011 1011001 101110

Color Harmonies of #E00D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00D1D

Black with #E00D1D

Text Example


Text Example

White with #E00D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00D1D; }

 p { color: rgb(224,13,29); }

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

background-color css

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

 a { background-color: rgb(224,13,29); }

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

border-color css

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

 span { border-color: rgb(224,13,29); }

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