#F6151E

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

Shades of Torch Red #F6151E

Tints of Torch Red #F6151E

Color information

#F6151E (or 0xF6151E) is unknown color: approx Torch Red. HEX triplet: F6, 15 and 1E. RGB value is (246,21,30). Sum of RGB (Red+Green+Blue) = 246+21+30=297 (39% of max value = 765). Red value is 246 (96.48% from 255 or 82.83% from 297); Green value is 21 (8.59% from 255 or 7.07% from 297); Blue value is 30 (12.11% from 255 or 10.10% from 297); Max value from RGB is 246 - color contains mainly: red. Hex color #F6151E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F6151E is #09EAE1. Grayscale: #595959. Windows color (decimal): -649954 or 1971702. OLE color: 1971702.

HSL color Cylindrical-coordinate representation of color #F6151E: hue angle of 357.6º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F6151E is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.04.

Color convert

RGB2462130-
CMYK00.910.880.04
HSL357.6º92.59%52.35%-
HSV(B)357.6º91.46%96.47%-
XYZ38.5120.223.1-
YUV89.394.54239.77-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 82.83%
GREEN value IS 21 (8.59% from 255) = 7.07%
BLUE value IS 30 (12.11% from 255) = 10.10%
R=82.83%
G=7.07%
B=10.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.88
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246213000.910.880.04357.692.5952.35
HexF6151E05B5841665d34
Octal36625360133130454613564
Binary1111011010101111100101101110110001001011001101011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6151E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6151E; }

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

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

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

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

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

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

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

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