Html Css Color HEX #E40022 Fire Engine Red

📋 copy color: '#E40022'

red 228 ◦ green 0 ◦ blue 34

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

Shades of Fire Engine Red #E40022

Tints of Fire Engine Red #E40022

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 87.02%
G = 0%
B = 12.98%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.85

 K value IS 0.11

RGB Variations

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

Color information

#E40022 (or 0xE40022) is known color: Fire Engine Red. HEX triplet: E4, 00 and 22. RGB value is (228,0,34). Sum of RGB (Red+Green+Blue) = 228+0+34=262 (34% of max value = 765). Red value is 228 (89.45% from 255 or 87.02% from 262); Green value is 0 (0.39% from 255 or 0% from 262); Blue value is 34 (13.67% from 255 or 12.98% from 262); Max value from RGB is 228 - color contains mainly: red. Hex color #E40022 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40022 is #1BFFDD. Grayscale: #484848. Windows color (decimal): -1834974 or 2228452. OLE color: 2228452.

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

Color convert

RGB 228 0 34 -
CMYK 0 1 0.85 0.11
HSL 351.05º 1% 0.45% -
HSV(B) 351.05º 1% 0.89% -
XYZ 32.28 16.61 3.02 -
YUV 72.05 106.54 239.24 -
System Red Green Blue C M Y K H S L
Decimal 228 0 34 0 1 0.85 0.11 351.05 1 0.45
Hex E4 0 22 0 64 55 B 15F 64 2D
Octal 344 0 42 0 144 125 13 537 144 55
Binary 11100100 0 100010 0 1100100 1010101 1011 101011111 1100100 101101

Color Harmonies of #E40022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E40022

Black with #E40022

Text Example


Text Example

White with #E40022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E40022; }

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

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

background-color css

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

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

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

border-color css

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

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

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