#F2152F

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

Shades of Torch Red #F2152F

Tints of Torch Red #F2152F

Color information

#F2152F (or 0xF2152F) is unknown color: approx Torch Red. HEX triplet: F2, 15 and 2F. RGB value is (242,21,47). Sum of RGB (Red+Green+Blue) = 242+21+47=310 (41% of max value = 765). Red value is 242 (94.92% from 255 or 78.06% from 310); Green value is 21 (8.59% from 255 or 6.77% from 310); Blue value is 47 (18.75% from 255 or 15.16% from 310); Max value from RGB is 242 - color contains mainly: red. Hex color #F2152F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2152F is #0DEAD0. Grayscale: #5A5A5A. Windows color (decimal): -912081 or 3085810. OLE color: 3085810.

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

Color convert

RGB2422147-
CMYK00.910.810.05
HSL352.94º89.47%51.57%-
HSV(B)352.94º91.32%94.9%-
XYZ37.419.624.5-
YUV90.04103.72236.39-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 78.06%
GREEN value IS 21 (8.59% from 255) = 6.77%
BLUE value IS 47 (18.75% from 255) = 15.16%
R=78.06%
G=6.77%
B=15.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.81
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242214700.910.810.05352.9489.4751.57
HexF2152F05B5151615934
Octal36225570133121554113164
Binary11110010101011011110101101110100011011011000011011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2152F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2152F; }

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

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

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

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

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

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

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

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