#F91927

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

Shades of Torch Red #F91927

Tints of Torch Red #F91927

Color information

#F91927 (or 0xF91927) is unknown color: approx Torch Red. HEX triplet: F9, 19 and 27. RGB value is (249,25,39). Sum of RGB (Red+Green+Blue) = 249+25+39=313 (41% of max value = 765). Red value is 249 (97.66% from 255 or 79.55% from 313); Green value is 25 (10.16% from 255 or 7.99% from 313); Blue value is 39 (15.62% from 255 or 12.46% from 313); Max value from RGB is 249 - color contains mainly: red. Hex color #F91927 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91927 is #06E6D8. Grayscale: #5D5D5D. Windows color (decimal): -452313 or 2562553. OLE color: 2562553.

HSL color Cylindrical-coordinate representation of color #F91927: hue angle of 356.25º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F91927 is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.02.

Color convert

RGB2492539-
CMYK00.900.840.02
HSL356.25º94.92%53.73%-
HSV(B)356.25º89.96%97.65%-
XYZ39.7820.983.87-
YUV93.5797.21238.86-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 79.55%
GREEN value IS 25 (10.16% from 255) = 7.99%
BLUE value IS 39 (15.62% from 255) = 12.46%
R=79.55%
G=7.99%
B=12.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.84
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249253900.900.840.02356.2594.9253.73
HexF9192705A5421645f36
Octal37131470132124254413766
Binary1111100111001100111010110101010100101011001001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F91927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F91927; }

 p { color: rgb(249,25,39); }

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

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

 a { background-color: rgb(249,25,39); }

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

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

 span { border-color: rgb(249,25,39); }

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