Html Css Color HEX #F01417 Fire Engine Red

📋 copy color: '#F01417'

red 240 ◦ green 20 ◦ blue 23

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

Shades of Fire Engine Red #F01417

Tints of Fire Engine Red #F01417

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.07%

 BLUE value IS 23 (9.38% from 255) = 8.13%

R = 84.81%
G = 7.07%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#F01417 (or 0xF01417) is known color: Fire Engine Red. HEX triplet: F0, 14 and 17. RGB value is (240,20,23). Sum of RGB (Red+Green+Blue) = 240+20+23=283 (37% of max value = 765). Red value is 240 (94.14% from 255 or 84.81% from 283); Green value is 20 (8.20% from 255 or 7.07% from 283); Blue value is 23 (9.38% from 255 or 8.13% from 283); Max value from RGB is 240 - color contains mainly: red. Hex color #F01417 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01417 is #0FEBE8. Grayscale: #565656. Windows color (decimal): -1043433 or 1512688. OLE color: 1512688.

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

Color convert

RGB 240 20 23 -
CMYK 0 0.92 0.90 0.06
HSL 359.18º 0.88% 0.51% -
HSV(B) 359.18º 0.92% 0.94% -
XYZ 36.34 19.09 2.58 -
YUV 86.12 92.39 237.76 -
System Red Green Blue C M Y K H S L
Decimal 240 20 23 0 0.92 0.90 0.06 359.18 0.88 0.51
Hex F0 14 17 0 5C 5A 6 167 58 33
Octal 360 24 27 0 134 132 6 547 130 63
Binary 11110000 10100 10111 0 1011100 1011010 110 101100111 1011000 110011

Color Harmonies of #F01417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01417

Black with #F01417

Text Example


Text Example

White with #F01417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01417; }

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

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

background-color css

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

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

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

border-color css

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

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

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