#F91431

Color #F91431 Torch Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torch Red #F91431

Tints of Torch Red #F91431

Color information

#F91431 (or 0xF91431) is unknown color: approx Torch Red. HEX triplet: F9, 14 and 31. RGB value is (249,20,49). Sum of RGB (Red+Green+Blue) = 249+20+49=318 (42% of max value = 765). Red value is 249 (97.66% from 255 or 78.30% from 318); Green value is 20 (8.20% from 255 or 6.29% from 318); Blue value is 49 (19.53% from 255 or 15.41% from 318); Max value from RGB is 249 - color contains mainly: red. Hex color #F91431 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91431 is #06EBCE. Grayscale: #5B5B5B. Windows color (decimal): -453583 or 3216633. OLE color: 3216633.

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

Color convert

RGB2492049-
CMYK00.920.800.02
HSL352.4º95.02%52.75%-
HSV(B)352.4º91.97%97.65%-
XYZ39.8720.864.83-
YUV91.78103.87240.14-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 78.30%
GREEN value IS 20 (8.20% from 255) = 6.29%
BLUE value IS 49 (19.53% from 255) = 15.41%
R=78.30%
G=6.29%
B=15.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.80
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249204900.920.800.02352.495.0252.75
HexF9143105C5021605f35
Octal37124610134120254013765
Binary1111100110100110001010111001010000101011000001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F91431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F91431; }

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

 H1.HeaderClassName
 {
   color: #F91431;
 }
 .AnyTagClassName
 {
   color: #F91431;
 }
</style>
background-color css

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

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

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

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

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

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