Html Css Color HEX #E40222 Fire Engine Red

📋 copy color: '#E40222'

red 228 ◦ green 2 ◦ blue 34

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

Shades of Fire Engine Red #E40222

Tints of Fire Engine Red #E40222

RGB

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

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

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

R = 86.36%
G = 0.76%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.11

RGB Variations

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

Color information

#E40222 (or 0xE40222) is known color: Fire Engine Red. HEX triplet: E4, 02 and 22. RGB value is (228,2,34). Sum of RGB (Red+Green+Blue) = 228+2+34=264 (34% of max value = 765). Red value is 228 (89.45% from 255 or 86.36% from 264); Green value is 2 (1.17% from 255 or 0.76% from 264); Blue value is 34 (13.67% from 255 or 12.88% from 264); Max value from RGB is 228 - color contains mainly: red. Hex color #E40222 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40222 is #1BFDDD. Grayscale: #494949. Windows color (decimal): -1834462 or 2228964. OLE color: 2228964.

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

Color convert

RGB 228 2 34 -
CMYK 0 0.99 0.85 0.11
HSL 351.5º 0.98% 0.45% -
HSV(B) 351.5º 0.99% 0.89% -
XYZ 32.31 16.65 3.03 -
YUV 73.22 105.87 238.4 -
System Red Green Blue C M Y K H S L
Decimal 228 2 34 0 0.99 0.85 0.11 351.5 0.98 0.45
Hex E4 2 22 0 63 55 B 160 62 2D
Octal 344 2 42 0 143 125 13 540 142 55
Binary 11100100 10 100010 0 1100011 1010101 1011 101100000 1100010 101101

Color Harmonies of #E40222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40222

Black with #E40222

Text Example


Text Example

White with #E40222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40222; }

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

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

background-color css

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

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

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

border-color css

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

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

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