Html Css Color HEX #E01C1E Fire Engine Red

📋 copy color: '#E01C1E'

red 224 ◦ green 28 ◦ blue 30

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

Shades of Fire Engine Red #E01C1E

Tints of Fire Engine Red #E01C1E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.93%

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

R = 79.43%
G = 9.93%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.87

 K value IS 0.12

RGB Variations

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

Color information

#E01C1E (or 0xE01C1E) is known color: Fire Engine Red. HEX triplet: E0, 1C and 1E. RGB value is (224,28,30). Sum of RGB (Red+Green+Blue) = 224+28+30=282 (37% of max value = 765). Red value is 224 (87.89% from 255 or 79.43% from 282); Green value is 28 (11.33% from 255 or 9.93% from 282); Blue value is 30 (12.11% from 255 or 10.64% from 282); Max value from RGB is 224 - color contains mainly: red. Hex color #E01C1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E01C1E is #1FE3E1. Grayscale: #575757. Windows color (decimal): -2089954 or 1973472. OLE color: 1973472.

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

Color convert

RGB 224 28 30 -
CMYK 0 0.88 0.87 0.12
HSL 359.39º 0.78% 0.49% -
HSV(B) 359.39º 0.88% 0.88% -
XYZ 31.39 16.77 2.81 -
YUV 86.83 95.93 225.84 -
System Red Green Blue C M Y K H S L
Decimal 224 28 30 0 0.88 0.87 0.12 359.39 0.78 0.49
Hex E0 1C 1E 0 58 57 C 167 4E 31
Octal 340 34 36 0 130 127 14 547 116 61
Binary 11100000 11100 11110 0 1011000 1010111 1100 101100111 1001110 110001

Color Harmonies of #E01C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01C1E

Black with #E01C1E

Text Example


Text Example

White with #E01C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01C1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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