Html Css Color HEX #E50222 Fire Engine Red

📋 copy color: '#E50222'

red 229 ◦ green 2 ◦ blue 34

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

Shades of Fire Engine Red #E50222

Tints of Fire Engine Red #E50222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.83%

R = 86.42%
G = 0.75%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.10

RGB Variations

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

Color information

#E50222 (or 0xE50222) is known color: Fire Engine Red. HEX triplet: E5, 02 and 22. RGB value is (229,2,34). Sum of RGB (Red+Green+Blue) = 229+2+34=265 (35% of max value = 765). Red value is 229 (89.84% from 255 or 86.42% from 265); Green value is 2 (1.17% from 255 or 0.75% from 265); Blue value is 34 (13.67% from 255 or 12.83% from 265); Max value from RGB is 229 - color contains mainly: red. Hex color #E50222 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50222 is #1AFDDD. Grayscale: #494949. Windows color (decimal): -1768926 or 2228965. OLE color: 2228965.

HSL color Cylindrical-coordinate representation of color #E50222: hue angle of 351.54º 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 #E50222 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 2 34 -
CMYK 0 0.99 0.85 0.10
HSL 351.54º 0.98% 0.45% -
HSV(B) 351.54º 0.99% 0.9% -
XYZ 32.62 16.82 3.04 -
YUV 73.52 105.71 238.9 -
System Red Green Blue C M Y K H S L
Decimal 229 2 34 0 0.99 0.85 0.10 351.54 0.98 0.45
Hex E5 2 22 0 63 55 A 160 62 2D
Octal 345 2 42 0 143 125 12 540 142 55
Binary 11100101 10 100010 0 1100011 1010101 1010 101100000 1100010 101101

Color Harmonies of #E50222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50222

Black with #E50222

Text Example


Text Example

White with #E50222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50222; }

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

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

background-color css

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

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

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

border-color css

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

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

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