Html Css Color HEX #E80C10 Fire Engine Red

📋 copy color: '#E80C10'

red 232 ◦ green 12 ◦ blue 16

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

Shades of Fire Engine Red #E80C10

Tints of Fire Engine Red #E80C10

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.62%

 BLUE value IS 16 (6.64% from 255) = 6.15%

R = 89.23%
G = 4.62%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.93

 K value IS 0.09

RGB Variations

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

Color information

#E80C10 (or 0xE80C10) is known color: Fire Engine Red. HEX triplet: E8, 0C and 10. RGB value is (232,12,16). Sum of RGB (Red+Green+Blue) = 232+12+16=260 (34% of max value = 765). Red value is 232 (91.02% from 255 or 89.23% from 260); Green value is 12 (5.08% from 255 or 4.62% from 260); Blue value is 16 (6.64% from 255 or 6.15% from 260); Max value from RGB is 232 - color contains mainly: red. Hex color #E80C10 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80C10 is #17F3EF. Grayscale: #4E4E4E. Windows color (decimal): -1569776 or 1051880. OLE color: 1051880.

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

Color convert

RGB 232 12 16 -
CMYK 0 0.95 0.93 0.09
HSL 358.91º 0.9% 0.48% -
HSV(B) 358.91º 0.95% 0.91% -
XYZ 33.5 17.46 2.09 -
YUV 78.24 92.89 237.67 -
System Red Green Blue C M Y K H S L
Decimal 232 12 16 0 0.95 0.93 0.09 358.91 0.9 0.48
Hex E8 C 10 0 5F 5D 9 167 5A 30
Octal 350 14 20 0 137 135 11 547 132 60
Binary 11101000 1100 10000 0 1011111 1011101 1001 101100111 1011010 110000

Color Harmonies of #E80C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80C10

Black with #E80C10

Text Example


Text Example

White with #E80C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80C10; }

 p { color: rgb(232,12,16); }

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

background-color css

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

 a { background-color: rgb(232,12,16); }

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

border-color css

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

 span { border-color: rgb(232,12,16); }

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