#F20321

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

Shades of Torch Red #F20321

Tints of Torch Red #F20321

Color information

#F20321 (or 0xF20321) is unknown color: approx Torch Red. HEX triplet: F2, 03 and 21. RGB value is (242,3,33). Sum of RGB (Red+Green+Blue) = 242+3+33=278 (36% of max value = 765). Red value is 242 (94.92% from 255 or 87.05% from 278); Green value is 3 (1.56% from 255 or 1.08% from 278); Blue value is 33 (13.28% from 255 or 11.87% from 278); Max value from RGB is 242 - color contains mainly: red. Hex color #F20321 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20321 is #0DFCDE. Grayscale: #4D4D4D. Windows color (decimal): -916703 or 2163698. OLE color: 2163698.

HSL color Cylindrical-coordinate representation of color #F20321: hue angle of 352.47º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F20321 is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.05.

Color convert

RGB242333-
CMYK00.990.860.05
HSL352.47º97.55%48.04%-
HSV(B)352.47º98.76%94.9%-
XYZ36.9319.053.17-
YUV77.88102.68245.06-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 87.05%
GREEN value IS 3 (1.56% from 255) = 1.08%
BLUE value IS 33 (13.28% from 255) = 11.87%
R=87.05%
G=1.08%
B=11.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.86
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24233300.990.860.05352.4797.5548.04
HexF23210635651606230
Octal3623410143126554014260
Binary11110010111000010110001110101101011011000001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F20321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F20321; }

 p { color: rgb(242,3,33); }

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

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

 a { background-color: rgb(242,3,33); }

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

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

 span { border-color: rgb(242,3,33); }

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