Html Css Color HEX #E40122 Fire Engine Red

📋 copy color: '#E40122'

red 228 ◦ green 1 ◦ blue 34

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

Shades of Fire Engine Red #E40122

Tints of Fire Engine Red #E40122

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 86.69%
G = 0.38%
B = 12.93%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.85

 K value IS 0.11

RGB Variations

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

Color information

#E40122 (or 0xE40122) is known color: Fire Engine Red. HEX triplet: E4, 01 and 22. RGB value is (228,1,34). Sum of RGB (Red+Green+Blue) = 228+1+34=263 (34% of max value = 765). Red value is 228 (89.45% from 255 or 86.69% from 263); Green value is 1 (0.78% from 255 or 0.38% from 263); Blue value is 34 (13.67% from 255 or 12.93% from 263); Max value from RGB is 228 - color contains mainly: red. Hex color #E40122 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40122 is #1BFEDD. Grayscale: #484848. Windows color (decimal): -1834718 or 2228708. OLE color: 2228708.

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

Color convert

RGB 228 1 34 -
CMYK 0 1.00 0.85 0.11
HSL 351.28º 0.99% 0.45% -
HSV(B) 351.28º 1% 0.89% -
XYZ 32.29 16.63 3.02 -
YUV 72.64 106.21 238.82 -
System Red Green Blue C M Y K H S L
Decimal 228 1 34 0 1.00 0.85 0.11 351.28 0.99 0.45
Hex E4 1 22 0 64 55 B 15F 63 2D
Octal 344 1 42 0 144 125 13 537 143 55
Binary 11100100 1 100010 0 1100100 1010101 1011 101011111 1100011 101101

Color Harmonies of #E40122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40122

Black with #E40122

Text Example


Text Example

White with #E40122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40122; }

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

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

background-color css

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

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

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

border-color css

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

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

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