Html Css Color HEX #E00222 Fire Engine Red

📋 copy color: '#E00222'

red 224 ◦ green 2 ◦ blue 34

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

Shades of Fire Engine Red #E00222

Tints of Fire Engine Red #E00222

RGB

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

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

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

R = 86.15%
G = 0.77%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#E00222 (or 0xE00222) is known color: Fire Engine Red. HEX triplet: E0, 02 and 22. RGB value is (224,2,34). Sum of RGB (Red+Green+Blue) = 224+2+34=260 (34% of max value = 765). Red value is 224 (87.89% from 255 or 86.15% from 260); Green value is 2 (1.17% from 255 or 0.77% from 260); Blue value is 34 (13.67% from 255 or 13.08% from 260); Max value from RGB is 224 - color contains mainly: red. Hex color #E00222 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00222 is #1FFDDD. Grayscale: #484848. Windows color (decimal): -2096606 or 2228960. OLE color: 2228960.

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

Color convert

RGB 224 2 34 -
CMYK 0 0.99 0.85 0.12
HSL 351.35º 0.98% 0.44% -
HSV(B) 351.35º 0.99% 0.88% -
XYZ 31.05 16.01 2.97 -
YUV 72.03 106.55 236.4 -
System Red Green Blue C M Y K H S L
Decimal 224 2 34 0 0.99 0.85 0.12 351.35 0.98 0.44
Hex E0 2 22 0 63 55 C 15F 62 2C
Octal 340 2 42 0 143 125 14 537 142 54
Binary 11100000 10 100010 0 1100011 1010101 1100 101011111 1100010 101100

Color Harmonies of #E00222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00222

Black with #E00222

Text Example


Text Example

White with #E00222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00222; }

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

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

background-color css

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

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

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

border-color css

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

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

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