Html Css Color HEX #E01221 Fire Engine Red

📋 copy color: '#E01221'

red 224 ◦ green 18 ◦ blue 33

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

Shades of Fire Engine Red #E01221

Tints of Fire Engine Red #E01221

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.55%

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

R = 81.45%
G = 6.55%
B = 12%

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

#E01221 (or 0xE01221) is known color: Fire Engine Red. HEX triplet: E0, 12 and 21. RGB value is (224,18,33). Sum of RGB (Red+Green+Blue) = 224+18+33=275 (36% of max value = 765). Red value is 224 (87.89% from 255 or 81.45% from 275); Green value is 18 (7.42% from 255 or 6.55% from 275); Blue value is 33 (13.28% from 255 or 12% from 275); Max value from RGB is 224 - color contains mainly: red. Hex color #E01221 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E01221 is #1FEDDE. Grayscale: #515151. Windows color (decimal): -2092511 or 2167520. OLE color: 2167520.

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

Color convert

RGB 224 18 33 -
CMYK 0 0.92 0.85 0.12
HSL 355.63º 0.85% 0.47% -
HSV(B) 355.63º 0.92% 0.88% -
XYZ 31.23 16.39 2.96 -
YUV 81.3 100.75 229.78 -
System Red Green Blue C M Y K H S L
Decimal 224 18 33 0 0.92 0.85 0.12 355.63 0.85 0.47
Hex E0 12 21 0 5C 55 C 164 55 2F
Octal 340 22 41 0 134 125 14 544 125 57
Binary 11100000 10010 100001 0 1011100 1010101 1100 101100100 1010101 101111

Color Harmonies of #E01221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01221

Black with #E01221

Text Example


Text Example

White with #E01221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01221; }

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

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

background-color css

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

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

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

border-color css

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

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

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