Html Css Color HEX #F01617 Fire Engine Red

📋 copy color: '#F01617'

red 240 ◦ green 22 ◦ blue 23

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

Shades of Fire Engine Red #F01617

Tints of Fire Engine Red #F01617

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.72%

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

R = 84.21%
G = 7.72%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#F01617 (or 0xF01617) is known color: Fire Engine Red. HEX triplet: F0, 16 and 17. RGB value is (240,22,23). Sum of RGB (Red+Green+Blue) = 240+22+23=285 (37% of max value = 765). Red value is 240 (94.14% from 255 or 84.21% from 285); Green value is 22 (8.98% from 255 or 7.72% from 285); Blue value is 23 (9.38% from 255 or 8.07% from 285); Max value from RGB is 240 - color contains mainly: red. Hex color #F01617 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01617 is #0FE9E8. Grayscale: #575757. Windows color (decimal): -1042921 or 1513200. OLE color: 1513200.

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

Color convert

RGB 240 22 23 -
CMYK 0 0.91 0.90 0.06
HSL 359.72º 0.88% 0.51% -
HSV(B) 359.72º 0.91% 0.94% -
XYZ 36.38 19.16 2.59 -
YUV 87.3 91.72 236.92 -
System Red Green Blue C M Y K H S L
Decimal 240 22 23 0 0.91 0.90 0.06 359.72 0.88 0.51
Hex F0 16 17 0 5B 5A 6 168 58 33
Octal 360 26 27 0 133 132 6 550 130 63
Binary 11110000 10110 10111 0 1011011 1011010 110 101101000 1011000 110011

Color Harmonies of #F01617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01617

Black with #F01617

Text Example


Text Example

White with #F01617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01617; }

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

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

background-color css

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

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

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

border-color css

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

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

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