Html Css Color HEX #E00320 Fire Engine Red

📋 copy color: '#E00320'

red 224 ◦ green 3 ◦ blue 32

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

Shades of Fire Engine Red #E00320

Tints of Fire Engine Red #E00320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.36%

R = 86.49%
G = 1.16%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E00320 (or 0xE00320) is known color: Fire Engine Red. HEX triplet: E0, 03 and 20. RGB value is (224,3,32). Sum of RGB (Red+Green+Blue) = 224+3+32=259 (34% of max value = 765). Red value is 224 (87.89% from 255 or 86.49% from 259); Green value is 3 (1.56% from 255 or 1.16% from 259); Blue value is 32 (12.89% from 255 or 12.36% from 259); Max value from RGB is 224 - color contains mainly: red. Hex color #E00320 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00320 is #1FFCDF. Grayscale: #484848. Windows color (decimal): -2096352 or 2098144. OLE color: 2098144.

HSL color Cylindrical-coordinate representation of color #E00320: hue angle of 352.13º 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 #E00320 is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 3 32 -
CMYK 0 0.99 0.86 0.12
HSL 352.13º 0.97% 0.45% -
HSV(B) 352.13º 0.99% 0.88% -
XYZ 31.03 16.02 2.82 -
YUV 72.39 105.22 236.14 -
System Red Green Blue C M Y K H S L
Decimal 224 3 32 0 0.99 0.86 0.12 352.13 0.97 0.45
Hex E0 3 20 0 63 56 C 160 61 2D
Octal 340 3 40 0 143 126 14 540 141 55
Binary 11100000 11 100000 0 1100011 1010110 1100 101100000 1100001 101101

Color Harmonies of #E00320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00320

Black with #E00320

Text Example


Text Example

White with #E00320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00320; }

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

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

background-color css

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

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

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

border-color css

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

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

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