#F2151F

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

Shades of Torch Red #F2151F

Tints of Torch Red #F2151F

Color information

#F2151F (or 0xF2151F) is unknown color: approx Torch Red. HEX triplet: F2, 15 and 1F. RGB value is (242,21,31). Sum of RGB (Red+Green+Blue) = 242+21+31=294 (38% of max value = 765). Red value is 242 (94.92% from 255 or 82.31% from 294); Green value is 21 (8.59% from 255 or 7.14% from 294); Blue value is 31 (12.5% from 255 or 10.54% from 294); Max value from RGB is 242 - color contains mainly: red. Hex color #F2151F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2151F is #0DEAE0. Grayscale: #585858. Windows color (decimal): -912097 or 2037234. OLE color: 2037234.

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

Color convert

RGB2422131-
CMYK00.910.870.05
HSL357.29º89.47%51.57%-
HSV(B)357.29º91.32%94.9%-
XYZ37.1319.513.11-
YUV88.2295.72237.69-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 82.31%
GREEN value IS 21 (8.59% from 255) = 7.14%
BLUE value IS 31 (12.5% from 255) = 10.54%
R=82.31%
G=7.14%
B=10.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.87
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242213100.910.870.05357.2989.4751.57
HexF2151F05B5751655934
Octal36225370133127554513164
Binary1111001010101111110101101110101111011011001011011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2151F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2151F; }

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

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

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

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

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

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

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

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