#F91B22

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

Shades of Torch Red #F91B22

Tints of Torch Red #F91B22

Color information

#F91B22 (or 0xF91B22) is unknown color: approx Torch Red. HEX triplet: F9, 1B and 22. RGB value is (249,27,34). Sum of RGB (Red+Green+Blue) = 249+27+34=310 (41% of max value = 765). Red value is 249 (97.66% from 255 or 80.32% from 310); Green value is 27 (10.94% from 255 or 8.71% from 310); Blue value is 34 (13.67% from 255 or 10.97% from 310); Max value from RGB is 249 - color contains mainly: red. Hex color #F91B22 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F91B22 is #06E4DD. Grayscale: #5E5E5E. Windows color (decimal): -451806 or 2235385. OLE color: 2235385.

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

Color convert

RGB2492734-
CMYK00.890.860.02
HSL358.11º94.87%54.12%-
HSV(B)358.11º89.16%97.65%-
XYZ39.7521.043.48-
YUV94.1894.05238.43-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 80.32%
GREEN value IS 27 (10.94% from 255) = 8.71%
BLUE value IS 34 (13.67% from 255) = 10.97%
R=80.32%
G=8.71%
B=10.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.86
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249273400.890.860.02358.1194.8754.12
HexF91B220595621665f36
Octal37133420131126254613766
Binary1111100111011100010010110011010110101011001101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F91B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F91B22; }

 p { color: rgb(249,27,34); }

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

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

 a { background-color: rgb(249,27,34); }

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

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

 span { border-color: rgb(249,27,34); }

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