Html Css Color HEX #E00122 Fire Engine Red

📋 copy color: '#E00122'

red 224 ◦ green 1 ◦ blue 34

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

Shades of Fire Engine Red #E00122

Tints of Fire Engine Red #E00122

RGB

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

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

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

R = 86.49%
G = 0.39%
B = 13.13%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E00122 (or 0xE00122) is known color: Fire Engine Red. HEX triplet: E0, 01 and 22. RGB value is (224,1,34). Sum of RGB (Red+Green+Blue) = 224+1+34=259 (34% of max value = 765). Red value is 224 (87.89% from 255 or 86.49% from 259); Green value is 1 (0.78% from 255 or 0.39% from 259); Blue value is 34 (13.67% from 255 or 13.13% from 259); Max value from RGB is 224 - color contains mainly: red. Hex color #E00122 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00122 is #1FFEDD. Grayscale: #474747. Windows color (decimal): -2096862 or 2228704. OLE color: 2228704.

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

Color convert

RGB 224 1 34 -
CMYK 0 1.00 0.85 0.12
HSL 351.12º 0.99% 0.44% -
HSV(B) 351.12º 1% 0.88% -
XYZ 31.04 15.98 2.96 -
YUV 71.44 106.88 236.82 -
System Red Green Blue C M Y K H S L
Decimal 224 1 34 0 1.00 0.85 0.12 351.12 0.99 0.44
Hex E0 1 22 0 64 55 C 15F 63 2C
Octal 340 1 42 0 144 125 14 537 143 54
Binary 11100000 1 100010 0 1100100 1010101 1100 101011111 1100011 101100

Color Harmonies of #E00122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00122

Black with #E00122

Text Example


Text Example

White with #E00122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00122; }

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

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

background-color css

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

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

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

border-color css

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

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

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