Html Css Color HEX #E60F18 Fire Engine Red

📋 copy color: '#E60F18'

red 230 ◦ green 15 ◦ blue 24

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

Shades of Fire Engine Red #E60F18

Tints of Fire Engine Red #E60F18

RGB

 RED value IS 230 (90.23% from 255) = 85.5%

 GREEN value IS 15 (6.25% from 255) = 5.58%

 BLUE value IS 24 (9.77% from 255) = 8.92%

R = 85.5%
G = 5.58%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.90

 K value IS 0.10

RGB Variations

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

Color information

#E60F18 (or 0xE60F18) is known color: Fire Engine Red. HEX triplet: E6, 0F and 18. RGB value is (230,15,24). Sum of RGB (Red+Green+Blue) = 230+15+24=269 (35% of max value = 765). Red value is 230 (90.23% from 255 or 85.50% from 269); Green value is 15 (6.25% from 255 or 5.58% from 269); Blue value is 24 (9.77% from 255 or 8.92% from 269); Max value from RGB is 230 - color contains mainly: red. Hex color #E60F18 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E60F18 is #19F0E7. Grayscale: #505050. Windows color (decimal): -1700072 or 1576934. OLE color: 1576934.

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

Color convert

RGB 230 15 24 -
CMYK 0 0.93 0.90 0.10
HSL 357.49º 0.88% 0.48% -
HSV(B) 357.49º 0.93% 0.9% -
XYZ 32.97 17.23 2.45 -
YUV 80.31 96.23 234.77 -
System Red Green Blue C M Y K H S L
Decimal 230 15 24 0 0.93 0.90 0.10 357.49 0.88 0.48
Hex E6 F 18 0 5D 5A A 165 58 30
Octal 346 17 30 0 135 132 12 545 130 60
Binary 11100110 1111 11000 0 1011101 1011010 1010 101100101 1011000 110000

Color Harmonies of #E60F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60F18

Black with #E60F18

Text Example


Text Example

White with #E60F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60F18; }

 p { color: rgb(230,15,24); }

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

background-color css

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

 a { background-color: rgb(230,15,24); }

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

border-color css

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

 span { border-color: rgb(230,15,24); }

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