Html Css Color HEX #E80C0F Fire Engine Red

📋 copy color: '#E80C0F'

red 232 ◦ green 12 ◦ blue 15

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

Shades of Fire Engine Red #E80C0F

Tints of Fire Engine Red #E80C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.79%

R = 89.58%
G = 4.63%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E80C0F (or 0xE80C0F) is known color: Fire Engine Red. HEX triplet: E8, 0C and 0F. RGB value is (232,12,15). Sum of RGB (Red+Green+Blue) = 232+12+15=259 (34% of max value = 765). Red value is 232 (91.02% from 255 or 89.58% from 259); Green value is 12 (5.08% from 255 or 4.63% from 259); Blue value is 15 (6.25% from 255 or 5.79% from 259); Max value from RGB is 232 - color contains mainly: red. Hex color #E80C0F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E80C0F is #17F3F0. Grayscale: #4E4E4E. Windows color (decimal): -1569777 or 986344. OLE color: 986344.

HSL color Cylindrical-coordinate representation of color #E80C0F: hue angle of 359.18º 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 #E80C0F is Cyan = 0, Magento = 0.95, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 12 15 -
CMYK 0 0.95 0.94 0.09
HSL 359.18º 0.9% 0.48% -
HSV(B) 359.18º 0.95% 0.91% -
XYZ 33.5 17.45 2.06 -
YUV 78.12 92.39 237.76 -
System Red Green Blue C M Y K H S L
Decimal 232 12 15 0 0.95 0.94 0.09 359.18 0.9 0.48
Hex E8 C F 0 5F 5E 9 167 5A 30
Octal 350 14 17 0 137 136 11 547 132 60
Binary 11101000 1100 1111 0 1011111 1011110 1001 101100111 1011010 110000

Color Harmonies of #E80C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E80C0F

Black with #E80C0F

Text Example


Text Example

White with #E80C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E80C0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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