Html Css Color HEX #E01329 Fire Engine Red

📋 copy color: '#E01329'

red 224 ◦ green 19 ◦ blue 41

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

Shades of Fire Engine Red #E01329

Tints of Fire Engine Red #E01329

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.69%

 BLUE value IS 41 (16.41% from 255) = 14.44%

R = 78.87%
G = 6.69%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.82

 K value IS 0.12

RGB Variations

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

Color information

#E01329 (or 0xE01329) is known color: Fire Engine Red. HEX triplet: E0, 13 and 29. RGB value is (224,19,41). Sum of RGB (Red+Green+Blue) = 224+19+41=284 (37% of max value = 765). Red value is 224 (87.89% from 255 or 78.87% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 41 (16.41% from 255 or 14.44% from 284); Max value from RGB is 224 - color contains mainly: red. Hex color #E01329 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01329 is #1FECD6. Grayscale: #525252. Windows color (decimal): -2092247 or 2692064. OLE color: 2692064.

HSL color Cylindrical-coordinate representation of color #E01329: hue angle of 353.56º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E01329 is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 19 41 -
CMYK 0 0.92 0.82 0.12
HSL 353.56º 0.84% 0.48% -
HSV(B) 353.56º 0.92% 0.88% -
XYZ 31.37 16.47 3.62 -
YUV 82.8 104.42 228.71 -
System Red Green Blue C M Y K H S L
Decimal 224 19 41 0 0.92 0.82 0.12 353.56 0.84 0.48
Hex E0 13 29 0 5C 52 C 162 54 30
Octal 340 23 51 0 134 122 14 542 124 60
Binary 11100000 10011 101001 0 1011100 1010010 1100 101100010 1010100 110000

Color Harmonies of #E01329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01329

Black with #E01329

Text Example


Text Example

White with #E01329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01329; }

 p { color: rgb(224,19,41); }

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

background-color css

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

 a { background-color: rgb(224,19,41); }

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

border-color css

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

 span { border-color: rgb(224,19,41); }

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