Html Css Color HEX #E31224 Fire Engine Red

📋 copy color: '#E31224'

red 227 ◦ green 18 ◦ blue 36

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

Shades of Fire Engine Red #E31224

Tints of Fire Engine Red #E31224

RGB

 RED value IS 227 (89.06% from 255) = 80.78%

 GREEN value IS 18 (7.42% from 255) = 6.41%

 BLUE value IS 36 (14.45% from 255) = 12.81%

R = 80.78%
G = 6.41%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.84

 K value IS 0.11

RGB Variations

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

Color information

#E31224 (or 0xE31224) is known color: Fire Engine Red. HEX triplet: E3, 12 and 24. RGB value is (227,18,36). Sum of RGB (Red+Green+Blue) = 227+18+36=281 (37% of max value = 765). Red value is 227 (89.06% from 255 or 80.78% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 36 (14.45% from 255 or 12.81% from 281); Max value from RGB is 227 - color contains mainly: red. Hex color #E31224 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E31224 is #1CEDDB. Grayscale: #525252. Windows color (decimal): -1895900 or 2364131. OLE color: 2364131.

HSL color Cylindrical-coordinate representation of color #E31224: hue angle of 354.83º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E31224 is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 18 36 -
CMYK 0 0.92 0.84 0.11
HSL 354.83º 0.85% 0.48% -
HSV(B) 354.83º 0.92% 0.89% -
XYZ 32.21 16.89 3.23 -
YUV 82.54 101.74 231.04 -
System Red Green Blue C M Y K H S L
Decimal 227 18 36 0 0.92 0.84 0.11 354.83 0.85 0.48
Hex E3 12 24 0 5C 54 B 163 55 30
Octal 343 22 44 0 134 124 13 543 125 60
Binary 11100011 10010 100100 0 1011100 1010100 1011 101100011 1010101 110000

Color Harmonies of #E31224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31224

Black with #E31224

Text Example


Text Example

White with #E31224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31224; }

 p { color: rgb(227,18,36); }

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

background-color css

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

 a { background-color: rgb(227,18,36); }

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

border-color css

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

 span { border-color: rgb(227,18,36); }

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