#f21647

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

Shades of Torch Red #F21647

Tints of Torch Red #F21647

Color information

#F21647 (or 0xF21647) is unknown color: approx Torch Red. HEX triplet: F2, 16 and 47. RGB value is (242,22,71). Sum of RGB (Red+Green+Blue) = 242+22+71=335 (44% of max value = 765). Red value is 242 (94.92% from 255 or 72.24% from 335); Green value is 22 (8.98% from 255 or 6.57% from 335); Blue value is 71 (28.12% from 255 or 21.19% from 335); Max value from RGB is 242 - color contains mainly: red. Hex color #F21647 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21647 is #0DE9B8. Grayscale: #5D5D5D. Windows color (decimal): -911801 or 4658930. OLE color: 4658930.

HSL color Cylindrical-coordinate representation of color #F21647: hue angle of 346.64º 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 #F21647 is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB2422271-
CMYK00.910.710.05
HSL346.64º89.43%51.76%-
HSV(B)346.64º90.91%94.9%-
XYZ38.0419.917.8-
YUV93.37115.39234.02-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 72.24%
GREEN value IS 22 (8.98% from 255) = 6.57%
BLUE value IS 71 (28.12% from 255) = 21.19%
R=72.24%
G=6.57%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.71
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242227100.910.710.05346.6489.4351.76
HexF2164705B47515b5934
Octal362261070133107553313164
Binary111100101011010001110101101110001111011010110111011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f21647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f21647; }

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

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

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

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

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

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

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

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