#F60921

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

Shades of Torch Red #F60921

Tints of Torch Red #F60921

Color information

#F60921 (or 0xF60921) is unknown color: approx Torch Red. HEX triplet: F6, 09 and 21. RGB value is (246,9,33). Sum of RGB (Red+Green+Blue) = 246+9+33=288 (38% of max value = 765). Red value is 246 (96.48% from 255 or 85.42% from 288); Green value is 9 (3.91% from 255 or 3.12% from 288); Blue value is 33 (13.28% from 255 or 11.46% from 288); Max value from RGB is 246 - color contains mainly: red. Hex color #F60921 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60921 is #09F6DE. Grayscale: #525252. Windows color (decimal): -653023 or 2165238. OLE color: 2165238.

HSL color Cylindrical-coordinate representation of color #F60921: hue angle of 353.92º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F60921 is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.04.

Color convert

RGB246933-
CMYK00.960.870.04
HSL353.92º92.94%50%-
HSV(B)353.92º96.34%96.47%-
XYZ38.3819.93.26-
YUV82.6100.02244.55-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 85.42%
GREEN value IS 9 (3.91% from 255) = 3.12%
BLUE value IS 33 (13.28% from 255) = 11.46%
R=85.42%
G=3.12%
B=11.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.87
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24693300.960.870.04353.9292.9450
HexF69210605741625d32
Octal36611410140127454213562
Binary1111011010011000010110000010101111001011000101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F60921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F60921; }

 p { color: rgb(246,9,33); }

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

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

 a { background-color: rgb(246,9,33); }

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

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

 span { border-color: rgb(246,9,33); }

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