Html Css Color HEX #E01D1E Fire Engine Red

📋 copy color: '#E01D1E'

red 224 ◦ green 29 ◦ blue 30

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

Shades of Fire Engine Red #E01D1E

Tints of Fire Engine Red #E01D1E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.25%

 BLUE value IS 30 (12.11% from 255) = 10.6%

R = 79.15%
G = 10.25%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.87

 K value IS 0.12

RGB Variations

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

Color information

#E01D1E (or 0xE01D1E) is known color: Fire Engine Red. HEX triplet: E0, 1D and 1E. RGB value is (224,29,30). Sum of RGB (Red+Green+Blue) = 224+29+30=283 (37% of max value = 765). Red value is 224 (87.89% from 255 or 79.15% from 283); Green value is 29 (11.72% from 255 or 10.25% from 283); Blue value is 30 (12.11% from 255 or 10.60% from 283); Max value from RGB is 224 - color contains mainly: red. Hex color #E01D1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E01D1E is #1FE2E1. Grayscale: #575757. Windows color (decimal): -2089698 or 1973728. OLE color: 1973728.

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

Color convert

RGB 224 29 30 -
CMYK 0 0.87 0.87 0.12
HSL 359.69º 0.77% 0.5% -
HSV(B) 359.69º 0.87% 0.88% -
XYZ 31.41 16.82 2.82 -
YUV 87.42 95.6 225.42 -
System Red Green Blue C M Y K H S L
Decimal 224 29 30 0 0.87 0.87 0.12 359.69 0.77 0.5
Hex E0 1D 1E 0 57 57 C 168 4D 32
Octal 340 35 36 0 127 127 14 550 115 62
Binary 11100000 11101 11110 0 1010111 1010111 1100 101101000 1001101 110010

Color Harmonies of #E01D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01D1E

Black with #E01D1E

Text Example


Text Example

White with #E01D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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