#F21740

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

Shades of Torch Red #F21740

Tints of Torch Red #F21740

Color information

#F21740 (or 0xF21740) is unknown color: approx Torch Red. HEX triplet: F2, 17 and 40. RGB value is (242,23,64). Sum of RGB (Red+Green+Blue) = 242+23+64=329 (43% of max value = 765). Red value is 242 (94.92% from 255 or 73.56% from 329); Green value is 23 (9.38% from 255 or 6.99% from 329); Blue value is 64 (25.39% from 255 or 19.45% from 329); Max value from RGB is 242 - color contains mainly: red. Hex color #F21740 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21740 is #0DE8BF. Grayscale: #5D5D5D. Windows color (decimal): -911552 or 4200434. OLE color: 4200434.

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

Color convert

RGB2422364-
CMYK00.900.740.05
HSL348.77º89.39%51.96%-
HSV(B)348.77º90.5%94.9%-
XYZ37.8519.866.69-
YUV93.16111.55234.17-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 73.56%
GREEN value IS 23 (9.38% from 255) = 6.99%
BLUE value IS 64 (25.39% from 255) = 19.45%
R=73.56%
G=6.99%
B=19.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242236400.900.740.05348.7789.3951.96
HexF2174005A4A515d5934
Octal362271000132112553513164
Binary111100101011110000000101101010010101011010111011011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F21740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F21740; }

 p { color: rgb(242,23,64); }

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

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

 a { background-color: rgb(242,23,64); }

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

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

 span { border-color: rgb(242,23,64); }

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