#F21516

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

Shades of Torch Red #F21516

Tints of Torch Red #F21516

Color information

#F21516 (or 0xF21516) is unknown color: approx Torch Red. HEX triplet: F2, 15 and 16. RGB value is (242,21,22). Sum of RGB (Red+Green+Blue) = 242+21+22=285 (37% of max value = 765). Red value is 242 (94.92% from 255 or 84.91% from 285); Green value is 21 (8.59% from 255 or 7.37% from 285); Blue value is 22 (8.98% from 255 or 7.72% from 285); Max value from RGB is 242 - color contains mainly: red. Hex color #F21516 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21516 is #0DEAE9. Grayscale: #575757. Windows color (decimal): -912106 or 1447410. OLE color: 1447410.

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

Color convert

RGB2422122-
CMYK00.910.910.05
HSL359.73º89.47%51.57%-
HSV(B)359.73º91.32%94.9%-
XYZ37.0319.472.57-
YUV87.1991.22238.42-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 84.91%
GREEN value IS 21 (8.59% from 255) = 7.37%
BLUE value IS 22 (8.98% from 255) = 7.72%
R=84.91%
G=7.37%
B=7.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.91
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242212200.910.910.05359.7389.4751.57
HexF2151605B5B51685934
Octal36225260133133555013164
Binary1111001010101101100101101110110111011011010001011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F21516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F21516; }

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

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

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

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

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

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

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

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