Html Css Color HEX #F01114 Fire Engine Red

📋 copy color: '#F01114'

red 240 ◦ green 17 ◦ blue 20

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

Shades of Fire Engine Red #F01114

Tints of Fire Engine Red #F01114

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.14%

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

R = 86.64%
G = 6.14%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F01114 (or 0xF01114) is known color: Fire Engine Red. HEX triplet: F0, 11 and 14. RGB value is (240,17,20). Sum of RGB (Red+Green+Blue) = 240+17+20=277 (36% of max value = 765). Red value is 240 (94.14% from 255 or 86.64% from 277); Green value is 17 (7.03% from 255 or 6.14% from 277); Blue value is 20 (8.20% from 255 or 7.22% from 277); Max value from RGB is 240 - color contains mainly: red. Hex color #F01114 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01114 is #0FEEEB. Grayscale: #545454. Windows color (decimal): -1044204 or 1315312. OLE color: 1315312.

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

Color convert

RGB 240 17 20 -
CMYK 0 0.93 0.92 0.06
HSL 359.19º 0.88% 0.5% -
HSV(B) 359.19º 0.93% 0.94% -
XYZ 36.26 18.98 2.41 -
YUV 84.02 91.88 239.26 -
System Red Green Blue C M Y K H S L
Decimal 240 17 20 0 0.93 0.92 0.06 359.19 0.88 0.5
Hex F0 11 14 0 5D 5C 6 167 58 32
Octal 360 21 24 0 135 134 6 547 130 62
Binary 11110000 10001 10100 0 1011101 1011100 110 101100111 1011000 110010

Color Harmonies of #F01114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01114

Black with #F01114

Text Example


Text Example

White with #F01114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01114; }

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

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

background-color css

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

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

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

border-color css

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

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

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