Html Css Color HEX #E02021 Fire Engine Red

📋 copy color: '#E02021'

red 224 ◦ green 32 ◦ blue 33

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

Shades of Fire Engine Red #E02021

Tints of Fire Engine Red #E02021

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.07%

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

R = 77.51%
G = 11.07%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E02021 (or 0xE02021) is known color: Fire Engine Red. HEX triplet: E0, 20 and 21. RGB value is (224,32,33). Sum of RGB (Red+Green+Blue) = 224+32+33=289 (38% of max value = 765). Red value is 224 (87.89% from 255 or 77.51% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 33 (13.28% from 255 or 11.42% from 289); Max value from RGB is 224 - color contains mainly: red. Hex color #E02021 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02021 is #1FDFDE. Grayscale: #595959. Windows color (decimal): -2088927 or 2171104. OLE color: 2171104.

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

Color convert

RGB 224 32 33 -
CMYK 0 0.86 0.85 0.12
HSL 359.69º 0.76% 0.5% -
HSV(B) 359.69º 0.86% 0.88% -
XYZ 31.53 16.99 3.06 -
YUV 89.52 96.11 223.92 -
System Red Green Blue C M Y K H S L
Decimal 224 32 33 0 0.86 0.85 0.12 359.69 0.76 0.5
Hex E0 20 21 0 56 55 C 168 4C 32
Octal 340 40 41 0 126 125 14 550 114 62
Binary 11100000 100000 100001 0 1010110 1010101 1100 101101000 1001100 110010

Color Harmonies of #E02021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02021

Black with #E02021

Text Example


Text Example

White with #E02021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02021; }

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

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

background-color css

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

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

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

border-color css

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

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

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