Html Css Color HEX #E00522 Fire Engine Red

📋 copy color: '#E00522'

red 224 ◦ green 5 ◦ blue 34

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

Shades of Fire Engine Red #E00522

Tints of Fire Engine Red #E00522

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.9%

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

R = 85.17%
G = 1.9%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E00522 (or 0xE00522) is known color: Fire Engine Red. HEX triplet: E0, 05 and 22. RGB value is (224,5,34). Sum of RGB (Red+Green+Blue) = 224+5+34=263 (34% of max value = 765). Red value is 224 (87.89% from 255 or 85.17% from 263); Green value is 5 (2.34% from 255 or 1.90% from 263); Blue value is 34 (13.67% from 255 or 12.93% from 263); Max value from RGB is 224 - color contains mainly: red. Hex color #E00522 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00522 is #1FFADD. Grayscale: #494949. Windows color (decimal): -2095838 or 2229728. OLE color: 2229728.

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

Color convert

RGB 224 5 34 -
CMYK 0 0.98 0.85 0.12
HSL 352.05º 0.96% 0.45% -
HSV(B) 352.05º 0.98% 0.88% -
XYZ 31.08 16.07 2.98 -
YUV 73.79 105.55 235.14 -
System Red Green Blue C M Y K H S L
Decimal 224 5 34 0 0.98 0.85 0.12 352.05 0.96 0.45
Hex E0 5 22 0 62 55 C 160 60 2D
Octal 340 5 42 0 142 125 14 540 140 55
Binary 11100000 101 100010 0 1100010 1010101 1100 101100000 1100000 101101

Color Harmonies of #E00522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00522

Black with #E00522

Text Example


Text Example

White with #E00522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00522; }

 p { color: rgb(224,5,34); }

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

background-color css

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

 a { background-color: rgb(224,5,34); }

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

border-color css

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

 span { border-color: rgb(224,5,34); }

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