Html Css Color HEX #E50221 Fire Engine Red

📋 copy color: '#E50221'

red 229 ◦ green 2 ◦ blue 33

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

Shades of Fire Engine Red #E50221

Tints of Fire Engine Red #E50221

RGB

 RED value IS 229 (89.84% from 255) = 86.74%

 GREEN value IS 2 (1.17% from 255) = 0.76%

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

R = 86.74%
G = 0.76%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#E50221 (or 0xE50221) is known color: Fire Engine Red. HEX triplet: E5, 02 and 21. RGB value is (229,2,33). Sum of RGB (Red+Green+Blue) = 229+2+33=264 (34% of max value = 765). Red value is 229 (89.84% from 255 or 86.74% from 264); Green value is 2 (1.17% from 255 or 0.76% from 264); Blue value is 33 (13.28% from 255 or 12.5% from 264); Max value from RGB is 229 - color contains mainly: red. Hex color #E50221 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50221 is #1AFDDE. Grayscale: #494949. Windows color (decimal): -1768927 or 2163429. OLE color: 2163429.

HSL color Cylindrical-coordinate representation of color #E50221: hue angle of 351.81º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E50221 is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 2 33 -
CMYK 0 0.99 0.86 0.10
HSL 351.81º 0.98% 0.45% -
HSV(B) 351.81º 0.99% 0.9% -
XYZ 32.61 16.81 2.97 -
YUV 73.41 105.21 238.98 -
System Red Green Blue C M Y K H S L
Decimal 229 2 33 0 0.99 0.86 0.10 351.81 0.98 0.45
Hex E5 2 21 0 63 56 A 160 62 2D
Octal 345 2 41 0 143 126 12 540 142 55
Binary 11100101 10 100001 0 1100011 1010110 1010 101100000 1100010 101101

Color Harmonies of #E50221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50221

Black with #E50221

Text Example


Text Example

White with #E50221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50221; }

 p { color: rgb(229,2,33); }

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

background-color css

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

 a { background-color: rgb(229,2,33); }

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

border-color css

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

 span { border-color: rgb(229,2,33); }

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