Html Css Color HEX #F91F20 Torch Red

📋 copy color: '#F91F20'

red 249 ◦ green 31 ◦ blue 32

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

Shades of Torch Red #F91F20

Tints of Torch Red #F91F20

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.94%

 BLUE value IS 32 (12.89% from 255) = 10.26%

R = 79.81%
G = 9.94%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#F91F20 (or 0xF91F20) is known color: Torch Red. HEX triplet: F9, 1F and 20. RGB value is (249,31,32). Sum of RGB (Red+Green+Blue) = 249+31+32=312 (41% of max value = 765). Red value is 249 (97.66% from 255 or 79.81% from 312); Green value is 31 (12.5% from 255 or 9.94% from 312); Blue value is 32 (12.89% from 255 or 10.26% from 312); Max value from RGB is 249 - color contains mainly: red. Hex color #F91F20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F91F20 is #06E0DF. Grayscale: #606060. Windows color (decimal): -450784 or 2105337. OLE color: 2105337.

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

Color convert

RGB 249 31 32 -
CMYK 0 0.88 0.87 0.02
HSL 359.72º 0.95% 0.55% -
HSV(B) 359.72º 0.88% 0.98% -
XYZ 39.82 21.22 3.36 -
YUV 96.3 91.72 236.92 -
System Red Green Blue C M Y K H S L
Decimal 249 31 32 0 0.88 0.87 0.02 359.72 0.95 0.55
Hex F9 1F 20 0 58 57 2 168 5F 37
Octal 371 37 40 0 130 127 2 550 137 67
Binary 11111001 11111 100000 0 1011000 1010111 10 101101000 1011111 110111

Color Harmonies of #F91F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F91F20

Black with #F91F20

Text Example


Text Example

White with #F91F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F91F20; }

 p { color: rgb(249,31,32); }

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

background-color css

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

 a { background-color: rgb(249,31,32); }

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

border-color css

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

 span { border-color: rgb(249,31,32); }

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