Html Css Color HEX #E0031F Fire Engine Red

📋 copy color: '#E0031F'

red 224 ◦ green 3 ◦ blue 31

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

Shades of Fire Engine Red #E0031F

Tints of Fire Engine Red #E0031F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.02%

R = 86.82%
G = 1.16%
B = 12.02%

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

#E0031F (or 0xE0031F) is known color: Fire Engine Red. HEX triplet: E0, 03 and 1F. RGB value is (224,3,31). Sum of RGB (Red+Green+Blue) = 224+3+31=258 (34% of max value = 765). Red value is 224 (87.89% from 255 or 86.82% from 258); Green value is 3 (1.56% from 255 or 1.16% from 258); Blue value is 31 (12.5% from 255 or 12.02% from 258); Max value from RGB is 224 - color contains mainly: red. Hex color #E0031F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0031F is #1FFCE0. Grayscale: #484848. Windows color (decimal): -2096353 or 2032608. OLE color: 2032608.

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

Color convert

RGB 224 3 31 -
CMYK 0 0.99 0.86 0.12
HSL 352.4º 0.97% 0.45% -
HSV(B) 352.4º 0.99% 0.88% -
XYZ 31.02 16.01 2.75 -
YUV 72.27 104.72 236.22 -
System Red Green Blue C M Y K H S L
Decimal 224 3 31 0 0.99 0.86 0.12 352.4 0.97 0.45
Hex E0 3 1F 0 63 56 C 160 61 2D
Octal 340 3 37 0 143 126 14 540 141 55
Binary 11100000 11 11111 0 1100011 1010110 1100 101100000 1100001 101101

Color Harmonies of #E0031F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0031F

Black with #E0031F

Text Example


Text Example

White with #E0031F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0031F; }

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

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

background-color css

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

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

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

border-color css

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

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

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