#F91021

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

Shades of Torch Red #F91021

Tints of Torch Red #F91021

Color information

#F91021 (or 0xF91021) is unknown color: approx Torch Red. HEX triplet: F9, 10 and 21. RGB value is (249,16,33). Sum of RGB (Red+Green+Blue) = 249+16+33=298 (39% of max value = 765). Red value is 249 (97.66% from 255 or 83.56% from 298); Green value is 16 (6.64% from 255 or 5.37% from 298); Blue value is 33 (13.28% from 255 or 11.07% from 298); Max value from RGB is 249 - color contains mainly: red. Hex color #F91021 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91021 is #06EFDE. Grayscale: #575757. Windows color (decimal): -454623 or 2167033. OLE color: 2167033.

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

Color convert

RGB2491633-
CMYK00.940.870.02
HSL355.62º95.1%51.96%-
HSV(B)355.62º93.57%97.65%-
XYZ39.5320.623.34-
YUV87.697.19243.12-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 83.56%
GREEN value IS 16 (6.64% from 255) = 5.37%
BLUE value IS 33 (13.28% from 255) = 11.07%
R=83.56%
G=5.37%
B=11.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.87
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249163300.940.870.02355.6295.151.96
HexF9102105E5721645f34
Octal37120410136127254413764
Binary1111100110000100001010111101010111101011001001011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F91021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F91021; }

 p { color: rgb(249,16,33); }

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

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

 a { background-color: rgb(249,16,33); }

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

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

 span { border-color: rgb(249,16,33); }

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