Html Css Color HEX #F91516 Torch Red

📋 copy color: '#F91516'

red 249 ◦ green 21 ◦ blue 22

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

Shades of Torch Red #F91516

Tints of Torch Red #F91516

RGB

 RED value IS 249 (97.66% from 255) = 85.27%

 GREEN value IS 21 (8.59% from 255) = 7.19%

 BLUE value IS 22 (8.98% from 255) = 7.53%

R = 85.27%
G = 7.19%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#F91516 (or 0xF91516) is known color: Torch Red. HEX triplet: F9, 15 and 16. RGB value is (249,21,22). Sum of RGB (Red+Green+Blue) = 249+21+22=292 (38% of max value = 765). Red value is 249 (97.66% from 255 or 85.27% from 292); Green value is 21 (8.59% from 255 or 7.19% from 292); Blue value is 22 (8.98% from 255 or 7.53% from 292); Max value from RGB is 249 - color contains mainly: red. Hex color #F91516 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F91516 is #06EAE9. Grayscale: #595959. Windows color (decimal): -453354 or 1447417. OLE color: 1447417.

HSL color Cylindrical-coordinate representation of color #F91516: hue angle of 359.74º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F91516 is Cyan = 0, Magento = 0.92, Yellow = 0.91 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 21 22 -
CMYK 0 0.92 0.91 0.02
HSL 359.74º 0.95% 0.53% -
HSV(B) 359.74º 0.92% 0.98% -
XYZ 39.48 20.73 2.68 -
YUV 89.29 90.04 241.92 -
System Red Green Blue C M Y K H S L
Decimal 249 21 22 0 0.92 0.91 0.02 359.74 0.95 0.53
Hex F9 15 16 0 5C 5B 2 168 5F 35
Octal 371 25 26 0 134 133 2 550 137 65
Binary 11111001 10101 10110 0 1011100 1011011 10 101101000 1011111 110101

Color Harmonies of #F91516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91516

Black with #F91516

Text Example


Text Example

White with #F91516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91516; }

 p { color: rgb(249,21,22); }

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

background-color css

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

 a { background-color: rgb(249,21,22); }

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

border-color css

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

 span { border-color: rgb(249,21,22); }

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