#F91836

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

Shades of Torch Red #F91836

Tints of Torch Red #F91836

Color information

#F91836 (or 0xF91836) is unknown color: approx Torch Red. HEX triplet: F9, 18 and 36. RGB value is (249,24,54). Sum of RGB (Red+Green+Blue) = 249+24+54=327 (43% of max value = 765). Red value is 249 (97.66% from 255 or 76.15% from 327); Green value is 24 (9.77% from 255 or 7.34% from 327); Blue value is 54 (21.48% from 255 or 16.51% from 327); Max value from RGB is 249 - color contains mainly: red. Hex color #F91836 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91836 is #06E7C9. Grayscale: #5E5E5E. Windows color (decimal): -452554 or 3545337. OLE color: 3545337.

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

Color convert

RGB2492454-
CMYK00.900.780.02
HSL352º94.94%53.53%-
HSV(B)352º90.36%97.65%-
XYZ40.0621.065.44-
YUV94.7105.04238.06-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 76.15%
GREEN value IS 24 (9.77% from 255) = 7.34%
BLUE value IS 54 (21.48% from 255) = 16.51%
R=76.15%
G=7.34%
B=16.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.78
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249245400.900.780.0235294.9453.53
HexF9183605A4E21605f36
Octal37130660132116254013766
Binary1111100111000110110010110101001110101011000001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F91836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F91836; }

 p { color: rgb(249,24,54); }

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

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

 a { background-color: rgb(249,24,54); }

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

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

 span { border-color: rgb(249,24,54); }

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