Html Css Color HEX #E01A1D Fire Engine Red

📋 copy color: '#E01A1D'

red 224 ◦ green 26 ◦ blue 29

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

Shades of Fire Engine Red #E01A1D

Tints of Fire Engine Red #E01A1D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.32%

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

R = 80.29%
G = 9.32%
B = 10.39%

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

#E01A1D (or 0xE01A1D) is known color: Fire Engine Red. HEX triplet: E0, 1A and 1D. RGB value is (224,26,29). Sum of RGB (Red+Green+Blue) = 224+26+29=279 (36% of max value = 765). Red value is 224 (87.89% from 255 or 80.29% from 279); Green value is 26 (10.55% from 255 or 9.32% from 279); Blue value is 29 (11.72% from 255 or 10.39% from 279); Max value from RGB is 224 - color contains mainly: red. Hex color #E01A1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E01A1D is #1FE5E2. Grayscale: #555555. Windows color (decimal): -2090467 or 1907424. OLE color: 1907424.

HSL color Cylindrical-coordinate representation of color #E01A1D: hue angle of 359.09º degrees, saturation: 0.79, 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 #E01A1D is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 26 29 -
CMYK 0 0.88 0.87 0.12
HSL 359.09º 0.79% 0.49% -
HSV(B) 359.09º 0.88% 0.88% -
XYZ 31.33 16.67 2.73 -
YUV 85.54 96.1 226.76 -
System Red Green Blue C M Y K H S L
Decimal 224 26 29 0 0.88 0.87 0.12 359.09 0.79 0.49
Hex E0 1A 1D 0 58 57 C 167 4F 31
Octal 340 32 35 0 130 127 14 547 117 61
Binary 11100000 11010 11101 0 1011000 1010111 1100 101100111 1001111 110001

Color Harmonies of #E01A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01A1D

Black with #E01A1D

Text Example


Text Example

White with #E01A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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