Html Css Color HEX #E50322 Fire Engine Red

📋 copy color: '#E50322'

red 229 ◦ green 3 ◦ blue 34

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

Shades of Fire Engine Red #E50322

Tints of Fire Engine Red #E50322

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.13%

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

R = 86.09%
G = 1.13%
B = 12.78%

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

#E50322 (or 0xE50322) is known color: Fire Engine Red. HEX triplet: E5, 03 and 22. RGB value is (229,3,34). Sum of RGB (Red+Green+Blue) = 229+3+34=266 (35% of max value = 765). Red value is 229 (89.84% from 255 or 86.09% from 266); Green value is 3 (1.56% from 255 or 1.13% from 266); Blue value is 34 (13.67% from 255 or 12.78% from 266); Max value from RGB is 229 - color contains mainly: red. Hex color #E50322 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50322 is #1AFCDD. Grayscale: #4A4A4A. Windows color (decimal): -1768670 or 2229221. OLE color: 2229221.

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

Color convert

RGB 229 3 34 -
CMYK 0 0.99 0.85 0.10
HSL 351.77º 0.97% 0.45% -
HSV(B) 351.77º 0.99% 0.9% -
XYZ 32.63 16.84 3.04 -
YUV 74.11 105.37 238.48 -
System Red Green Blue C M Y K H S L
Decimal 229 3 34 0 0.99 0.85 0.10 351.77 0.97 0.45
Hex E5 3 22 0 63 55 A 160 61 2D
Octal 345 3 42 0 143 125 12 540 141 55
Binary 11100101 11 100010 0 1100011 1010101 1010 101100000 1100001 101101

Color Harmonies of #E50322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50322

Black with #E50322

Text Example


Text Example

White with #E50322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50322; }

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

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

background-color css

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

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

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

border-color css

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

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

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