Html Css Color HEX #E00322 Fire Engine Red

📋 copy color: '#E00322'

red 224 ◦ green 3 ◦ blue 34

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

Shades of Fire Engine Red #E00322

Tints of Fire Engine Red #E00322

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.15%

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

R = 85.82%
G = 1.15%
B = 13.03%

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

#E00322 (or 0xE00322) is known color: Fire Engine Red. HEX triplet: E0, 03 and 22. RGB value is (224,3,34). Sum of RGB (Red+Green+Blue) = 224+3+34=261 (34% of max value = 765). Red value is 224 (87.89% from 255 or 85.82% from 261); Green value is 3 (1.56% from 255 or 1.15% from 261); Blue value is 34 (13.67% from 255 or 13.03% from 261); Max value from RGB is 224 - color contains mainly: red. Hex color #E00322 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00322 is #1FFCDD. Grayscale: #484848. Windows color (decimal): -2096350 or 2229216. OLE color: 2229216.

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

Color convert

RGB 224 3 34 -
CMYK 0 0.99 0.85 0.12
HSL 351.58º 0.97% 0.45% -
HSV(B) 351.58º 0.99% 0.88% -
XYZ 31.06 16.03 2.97 -
YUV 72.61 106.22 235.98 -
System Red Green Blue C M Y K H S L
Decimal 224 3 34 0 0.99 0.85 0.12 351.58 0.97 0.45
Hex E0 3 22 0 63 55 C 160 61 2D
Octal 340 3 42 0 143 125 14 540 141 55
Binary 11100000 11 100010 0 1100011 1010101 1100 101100000 1100001 101101

Color Harmonies of #E00322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00322

Black with #E00322

Text Example


Text Example

White with #E00322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00322; }

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

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

background-color css

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

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

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

border-color css

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

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

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