Html Css Color HEX #F00F14 Fire Engine Red

📋 copy color: '#F00F14'

red 240 ◦ green 15 ◦ blue 20

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

Shades of Fire Engine Red #F00F14

Tints of Fire Engine Red #F00F14

RGB

 RED value IS 240 (94.14% from 255) = 87.27%

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

 BLUE value IS 20 (8.2% from 255) = 7.27%

R = 87.27%
G = 5.45%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F00F14 (or 0xF00F14) is known color: Fire Engine Red. HEX triplet: F0, 0F and 14. RGB value is (240,15,20). Sum of RGB (Red+Green+Blue) = 240+15+20=275 (36% of max value = 765). Red value is 240 (94.14% from 255 or 87.27% from 275); Green value is 15 (6.25% from 255 or 5.45% from 275); Blue value is 20 (8.20% from 255 or 7.27% from 275); Max value from RGB is 240 - color contains mainly: red. Hex color #F00F14 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00F14 is #0FF0EB. Grayscale: #535353. Windows color (decimal): -1044716 or 1314800. OLE color: 1314800.

HSL color Cylindrical-coordinate representation of color #F00F14: hue angle of 358.67º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F00F14 is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 15 20 -
CMYK 0 0.94 0.92 0.06
HSL 358.67º 0.88% 0.5% -
HSV(B) 358.67º 0.94% 0.94% -
XYZ 36.23 18.92 2.4 -
YUV 82.85 92.54 240.09 -
System Red Green Blue C M Y K H S L
Decimal 240 15 20 0 0.94 0.92 0.06 358.67 0.88 0.5
Hex F0 F 14 0 5E 5C 6 167 58 32
Octal 360 17 24 0 136 134 6 547 130 62
Binary 11110000 1111 10100 0 1011110 1011100 110 101100111 1011000 110010

Color Harmonies of #F00F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00F14

Black with #F00F14

Text Example


Text Example

White with #F00F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00F14; }

 p { color: rgb(240,15,20); }

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

background-color css

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

 a { background-color: rgb(240,15,20); }

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

border-color css

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

 span { border-color: rgb(240,15,20); }

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