Html Css Color HEX #E81416 Fire Engine Red

📋 copy color: '#E81416'

red 232 ◦ green 20 ◦ blue 22

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

Shades of Fire Engine Red #E81416

Tints of Fire Engine Red #E81416

RGB

 RED value IS 232 (91.02% from 255) = 84.67%

 GREEN value IS 20 (8.2% from 255) = 7.3%

 BLUE value IS 22 (8.98% from 255) = 8.03%

R = 84.67%
G = 7.3%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E81416 (or 0xE81416) is known color: Fire Engine Red. HEX triplet: E8, 14 and 16. RGB value is (232,20,22). Sum of RGB (Red+Green+Blue) = 232+20+22=274 (36% of max value = 765). Red value is 232 (91.02% from 255 or 84.67% from 274); Green value is 20 (8.20% from 255 or 7.30% from 274); Blue value is 22 (8.98% from 255 or 8.03% from 274); Max value from RGB is 232 - color contains mainly: red. Hex color #E81416 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E81416 is #17EBE9. Grayscale: #535353. Windows color (decimal): -1567722 or 1447144. OLE color: 1447144.

HSL color Cylindrical-coordinate representation of color #E81416: hue angle of 359.43º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E81416 is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 20 22 -
CMYK 0 0.91 0.91 0.09
HSL 359.43º 0.84% 0.49% -
HSV(B) 359.43º 0.91% 0.91% -
XYZ 33.67 17.71 2.4 -
YUV 83.62 93.24 233.84 -
System Red Green Blue C M Y K H S L
Decimal 232 20 22 0 0.91 0.91 0.09 359.43 0.84 0.49
Hex E8 14 16 0 5B 5B 9 167 54 31
Octal 350 24 26 0 133 133 11 547 124 61
Binary 11101000 10100 10110 0 1011011 1011011 1001 101100111 1010100 110001

Color Harmonies of #E81416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81416

Black with #E81416

Text Example


Text Example

White with #E81416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81416; }

 p { color: rgb(232,20,22); }

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

background-color css

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

 a { background-color: rgb(232,20,22); }

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

border-color css

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

 span { border-color: rgb(232,20,22); }

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