Html Css Color HEX #F01314 Fire Engine Red

📋 copy color: '#F01314'

red 240 ◦ green 19 ◦ blue 20

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

Shades of Fire Engine Red #F01314

Tints of Fire Engine Red #F01314

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.81%

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

R = 86.02%
G = 6.81%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F01314 (or 0xF01314) is known color: Fire Engine Red. HEX triplet: F0, 13 and 14. RGB value is (240,19,20). Sum of RGB (Red+Green+Blue) = 240+19+20=279 (36% of max value = 765). Red value is 240 (94.14% from 255 or 86.02% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 20 (8.20% from 255 or 7.17% from 279); Max value from RGB is 240 - color contains mainly: red. Hex color #F01314 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01314 is #0FECEB. Grayscale: #555555. Windows color (decimal): -1043692 or 1315824. OLE color: 1315824.

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

Color convert

RGB 240 19 20 -
CMYK 0 0.92 0.92 0.06
HSL 359.73º 0.88% 0.51% -
HSV(B) 359.73º 0.92% 0.94% -
XYZ 36.29 19.04 2.42 -
YUV 85.19 91.22 238.42 -
System Red Green Blue C M Y K H S L
Decimal 240 19 20 0 0.92 0.92 0.06 359.73 0.88 0.51
Hex F0 13 14 0 5C 5C 6 168 58 33
Octal 360 23 24 0 134 134 6 550 130 63
Binary 11110000 10011 10100 0 1011100 1011100 110 101101000 1011000 110011

Color Harmonies of #F01314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01314

Black with #F01314

Text Example


Text Example

White with #F01314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01314; }

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

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

background-color css

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

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

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

border-color css

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

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

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