#F2151E

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

Shades of Torch Red #F2151E

Tints of Torch Red #F2151E

Color information

#F2151E (or 0xF2151E) is unknown color: approx Torch Red. HEX triplet: F2, 15 and 1E. RGB value is (242,21,30). Sum of RGB (Red+Green+Blue) = 242+21+30=293 (38% of max value = 765). Red value is 242 (94.92% from 255 or 82.59% from 293); Green value is 21 (8.59% from 255 or 7.17% from 293); Blue value is 30 (12.11% from 255 or 10.24% from 293); Max value from RGB is 242 - color contains mainly: red. Hex color #F2151E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2151E is #0DEAE1. Grayscale: #585858. Windows color (decimal): -912098 or 1971698. OLE color: 1971698.

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

Color convert

RGB2422130-
CMYK00.910.880.05
HSL357.56º89.47%51.57%-
HSV(B)357.56º91.32%94.9%-
XYZ37.1219.513.04-
YUV88.195.22237.77-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 82.59%
GREEN value IS 21 (8.59% from 255) = 7.17%
BLUE value IS 30 (12.11% from 255) = 10.24%
R=82.59%
G=7.17%
B=10.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.88
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242213000.910.880.05357.5689.4751.57
HexF2151E05B5851665934
Octal36225360133130554613164
Binary1111001010101111100101101110110001011011001101011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2151E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2151E; }

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

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

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

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

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

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

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

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