Html Css Color HEX #E01121 Fire Engine Red

📋 copy color: '#E01121'

red 224 ◦ green 17 ◦ blue 33

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

Shades of Fire Engine Red #E01121

Tints of Fire Engine Red #E01121

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.2%

 BLUE value IS 33 (13.28% from 255) = 12.04%

R = 81.75%
G = 6.2%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E01121 (or 0xE01121) is known color: Fire Engine Red. HEX triplet: E0, 11 and 21. RGB value is (224,17,33). Sum of RGB (Red+Green+Blue) = 224+17+33=274 (36% of max value = 765). Red value is 224 (87.89% from 255 or 81.75% from 274); Green value is 17 (7.03% from 255 or 6.20% from 274); Blue value is 33 (13.28% from 255 or 12.04% from 274); Max value from RGB is 224 - color contains mainly: red. Hex color #E01121 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01121 is #1FEEDE. Grayscale: #505050. Windows color (decimal): -2092767 or 2167264. OLE color: 2167264.

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

Color convert

RGB 224 17 33 -
CMYK 0 0.92 0.85 0.12
HSL 355.36º 0.86% 0.47% -
HSV(B) 355.36º 0.92% 0.88% -
XYZ 31.22 16.36 2.95 -
YUV 80.72 101.08 230.2 -
System Red Green Blue C M Y K H S L
Decimal 224 17 33 0 0.92 0.85 0.12 355.36 0.86 0.47
Hex E0 11 21 0 5C 55 C 163 56 2F
Octal 340 21 41 0 134 125 14 543 126 57
Binary 11100000 10001 100001 0 1011100 1010101 1100 101100011 1010110 101111

Color Harmonies of #E01121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01121

Black with #E01121

Text Example


Text Example

White with #E01121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01121; }

 p { color: rgb(224,17,33); }

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

background-color css

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

 a { background-color: rgb(224,17,33); }

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

border-color css

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

 span { border-color: rgb(224,17,33); }

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