Html Css Color HEX #F91731 Torch Red

📋 copy color: '#F91731'

red 249 ◦ green 23 ◦ blue 49

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

Shades of Torch Red #F91731

Tints of Torch Red #F91731

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.17%

 BLUE value IS 49 (19.53% from 255) = 15.26%

R = 77.57%
G = 7.17%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#F91731 (or 0xF91731) is known color: Torch Red. HEX triplet: F9, 17 and 31. RGB value is (249,23,49). Sum of RGB (Red+Green+Blue) = 249+23+49=321 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.57% from 321); Green value is 23 (9.38% from 255 or 7.17% from 321); Blue value is 49 (19.53% from 255 or 15.26% from 321); Max value from RGB is 249 - color contains mainly: red. Hex color #F91731 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91731 is #06E8CE. Grayscale: #5D5D5D. Windows color (decimal): -452815 or 3217401. OLE color: 3217401.

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

Color convert

RGB 249 23 49 -
CMYK 0 0.91 0.80 0.02
HSL 353.1º 0.95% 0.53% -
HSV(B) 353.1º 0.91% 0.98% -
XYZ 39.93 20.97 4.85 -
YUV 93.54 102.87 238.89 -
System Red Green Blue C M Y K H S L
Decimal 249 23 49 0 0.91 0.80 0.02 353.1 0.95 0.53
Hex F9 17 31 0 5B 50 2 161 5F 35
Octal 371 27 61 0 133 120 2 541 137 65
Binary 11111001 10111 110001 0 1011011 1010000 10 101100001 1011111 110101

Color Harmonies of #F91731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91731

Black with #F91731

Text Example


Text Example

White with #F91731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91731; }

 p { color: rgb(249,23,49); }

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

background-color css

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

 a { background-color: rgb(249,23,49); }

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

border-color css

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

 span { border-color: rgb(249,23,49); }

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