#F21820

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

Shades of Torch Red #F21820

Tints of Torch Red #F21820

Color information

#F21820 (or 0xF21820) is unknown color: approx Torch Red. HEX triplet: F2, 18 and 20. RGB value is (242,24,32). Sum of RGB (Red+Green+Blue) = 242+24+32=298 (39% of max value = 765). Red value is 242 (94.92% from 255 or 81.21% from 298); Green value is 24 (9.77% from 255 or 8.05% from 298); Blue value is 32 (12.89% from 255 or 10.74% from 298); Max value from RGB is 242 - color contains mainly: red. Hex color #F21820 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21820 is #0DE7DF. Grayscale: #5A5A5A. Windows color (decimal): -911328 or 2103538. OLE color: 2103538.

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

Color convert

RGB2422432-
CMYK00.900.870.05
HSL357.8º89.34%52.16%-
HSV(B)357.8º90.08%94.9%-
XYZ37.2119.633.2-
YUV90.0995.22236.35-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 81.21%
GREEN value IS 24 (9.77% from 255) = 8.05%
BLUE value IS 32 (12.89% from 255) = 10.74%
R=81.21%
G=8.05%
B=10.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.87
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242243200.900.870.05357.889.3452.16
HexF2182005A5751665934
Octal36230400132127554613164
Binary11110010110001000000101101010101111011011001101011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F21820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F21820; }

 p { color: rgb(242,24,32); }

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

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

 a { background-color: rgb(242,24,32); }

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

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

 span { border-color: rgb(242,24,32); }

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