Shades of Torch Red #F60328
Tints of Torch Red #F60328
RGB
CMYK
RGB Variations
Color information
#F60328 (or 0xF60328) is known color: Torch Red. HEX triplet: F6, 03 and 28. RGB value is (246,3,40). Sum of RGB (Red+Green+Blue) = 246+3+40=289 (38% of max value = 765). Red value is 246 (96.48% from 255 or 85.12% from 289); Green value is 3 (1.56% from 255 or 1.04% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 246 - color contains mainly: red. Hex color #F60328 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F60328 is #09FCD7. Grayscale: #4F4F4F. Windows color (decimal): -654552 or 2622454. OLE color: 2622454.
HSL color Cylindrical-coordinate representation of color #F60328: hue angle of 350.86º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F60328 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 3 | 40 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.04 |
| HSL | 350.86º | 0.98% | 0.49% | - |
| HSV(B) | 350.86º | 0.99% | 0.96% | - |
| XYZ | 38.42 | 19.81 | 3.81 | - |
| YUV | 79.88 | 105.51 | 246.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 3 | 40 | 0 | 0.99 | 0.84 | 0.04 | 350.86 | 0.98 | 0.49 |
| Hex | F6 | 3 | 28 | 0 | 63 | 54 | 4 | 15F | 62 | 31 |
| Octal | 366 | 3 | 50 | 0 | 143 | 124 | 4 | 537 | 142 | 61 |
| Binary | 11110110 | 11 | 101000 | 0 | 1100011 | 1010100 | 100 | 101011111 | 1100010 | 110001 |
Color Harmonies of #F60328
Complementary color
Monochromatic Colors of #F60328
Black with #F60328
Text Example
Text Example
White with #F60328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F60328; }
p { color: rgb(246,3,40); }
H1.HeaderClassName
{
color: #F60328;
}
.AnyTagClassName
{
color: #F60328;
}
</style>
background-color css
<style>
a { background-color: #F60328; }
a { background-color: rgb(246,3,40); }
div.DivClassName
{
background-color: #F60328;
}
.BgClassName
{
background-color: #F60328;
}
</style>
border-color css
<style>
span { border-color: #F60328; }
span { border-color: rgb(246,3,40); }
td.TdClassName
{
border-color: #F60328;
}
.TagClassName
{
border-color: #F60328;
}
</style>