Html Css Color HEX #E40522 Fire Engine Red

📋 copy color: '#E40522'

red 228 ◦ green 5 ◦ blue 34

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

Shades of Fire Engine Red #E40522

Tints of Fire Engine Red #E40522

RGB

 RED value IS 228 (89.45% from 255) = 85.39%

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

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

R = 85.39%
G = 1.87%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.11

RGB Variations

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

Color information

#E40522 (or 0xE40522) is known color: Fire Engine Red. HEX triplet: E4, 05 and 22. RGB value is (228,5,34). Sum of RGB (Red+Green+Blue) = 228+5+34=267 (35% of max value = 765). Red value is 228 (89.45% from 255 or 85.39% from 267); Green value is 5 (2.34% from 255 or 1.87% from 267); Blue value is 34 (13.67% from 255 or 12.73% from 267); Max value from RGB is 228 - color contains mainly: red. Hex color #E40522 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40522 is #1BFADD. Grayscale: #4B4B4B. Windows color (decimal): -1833694 or 2229732. OLE color: 2229732.

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

Color convert

RGB 228 5 34 -
CMYK 0 0.98 0.85 0.11
HSL 352.2º 0.96% 0.46% -
HSV(B) 352.2º 0.98% 0.89% -
XYZ 32.34 16.72 3.04 -
YUV 74.98 104.88 237.14 -
System Red Green Blue C M Y K H S L
Decimal 228 5 34 0 0.98 0.85 0.11 352.2 0.96 0.46
Hex E4 5 22 0 62 55 B 160 60 2E
Octal 344 5 42 0 142 125 13 540 140 56
Binary 11100100 101 100010 0 1100010 1010101 1011 101100000 1100000 101110

Color Harmonies of #E40522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40522

Black with #E40522

Text Example


Text Example

White with #E40522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40522; }

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

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

background-color css

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

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

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

border-color css

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

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

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