Html Css Color HEX #E0051D Fire Engine Red

📋 copy color: '#E0051D'

red 224 ◦ green 5 ◦ blue 29

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

Shades of Fire Engine Red #E0051D

Tints of Fire Engine Red #E0051D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.94%

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

R = 86.82%
G = 1.94%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.12

RGB Variations

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

Color information

#E0051D (or 0xE0051D) is known color: Fire Engine Red. HEX triplet: E0, 05 and 1D. RGB value is (224,5,29). Sum of RGB (Red+Green+Blue) = 224+5+29=258 (34% of max value = 765). Red value is 224 (87.89% from 255 or 86.82% from 258); Green value is 5 (2.34% from 255 or 1.94% from 258); Blue value is 29 (11.72% from 255 or 11.24% from 258); Max value from RGB is 224 - color contains mainly: red. Hex color #E0051D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0051D is #1FFAE2. Grayscale: #494949. Windows color (decimal): -2095843 or 1902048. OLE color: 1902048.

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

Color convert

RGB 224 5 29 -
CMYK 0 0.98 0.87 0.12
HSL 353.42º 0.96% 0.45% -
HSV(B) 353.42º 0.98% 0.88% -
XYZ 31.02 16.04 2.62 -
YUV 73.22 103.05 235.55 -
System Red Green Blue C M Y K H S L
Decimal 224 5 29 0 0.98 0.87 0.12 353.42 0.96 0.45
Hex E0 5 1D 0 62 57 C 161 60 2D
Octal 340 5 35 0 142 127 14 541 140 55
Binary 11100000 101 11101 0 1100010 1010111 1100 101100001 1100000 101101

Color Harmonies of #E0051D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0051D

Black with #E0051D

Text Example


Text Example

White with #E0051D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0051D; }

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

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

background-color css

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

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

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

border-color css

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

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

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