#F21316

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

Shades of Torch Red #F21316

Tints of Torch Red #F21316

Color information

#F21316 (or 0xF21316) is unknown color: approx Torch Red. HEX triplet: F2, 13 and 16. RGB value is (242,19,22). Sum of RGB (Red+Green+Blue) = 242+19+22=283 (37% of max value = 765). Red value is 242 (94.92% from 255 or 85.51% from 283); Green value is 19 (7.81% from 255 or 6.71% from 283); Blue value is 22 (8.98% from 255 or 7.77% from 283); Max value from RGB is 242 - color contains mainly: red. Hex color #F21316 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21316 is #0DECE9. Grayscale: #565656. Windows color (decimal): -912618 or 1446898. OLE color: 1446898.

HSL color Cylindrical-coordinate representation of color #F21316: hue angle of 359.19º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F21316 is Cyan = 0, Magento = 0.92, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB2421922-
CMYK00.920.910.05
HSL359.19º89.56%51.18%-
HSV(B)359.19º92.15%94.9%-
XYZ3719.42.55-
YUV86.0291.88239.26-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 85.51%
GREEN value IS 19 (7.81% from 255) = 6.71%
BLUE value IS 22 (8.98% from 255) = 7.77%
R=85.51%
G=6.71%
B=7.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.91
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242192200.920.910.05359.1989.5651.18
HexF2131605C5B51675a33
Octal36223260134133554713263
Binary1111001010011101100101110010110111011011001111011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F21316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F21316; }

 p { color: rgb(242,19,22); }

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

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

 a { background-color: rgb(242,19,22); }

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

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

 span { border-color: rgb(242,19,22); }

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