Shades of Torch Red #FF0F3C
Tints of Torch Red #FF0F3C
RGB
CMYK
RGB Variations
Color information
#FF0F3C (or 0xFF0F3C) is known color: Torch Red. HEX triplet: FF, 0F and 3C. RGB value is (255,15,60). Sum of RGB (Red+Green+Blue) = 255+15+60=330 (43% of max value = 765). Red value is 255 (100% from 255 or 77.27% from 330); Green value is 15 (6.25% from 255 or 4.55% from 330); Blue value is 60 (23.83% from 255 or 18.18% from 330); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0F3C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0F3C is #00F0C3. Grayscale: #5B5B5B. Windows color (decimal): -61636 or 3936255. OLE color: 3936255.
HSL color Cylindrical-coordinate representation of color #FF0F3C: hue angle of 348.75º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF0F3C is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 15 | 60 | - |
| CMYK | 0 | 0.94 | 0.76 | 0 |
| HSL | 348.75º | 1% | 0.53% | - |
| HSV(B) | 348.75º | 0.94% | 1% | - |
| XYZ | 42.23 | 21.93 | 6.28 | - |
| YUV | 91.89 | 110.01 | 244.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 15 | 60 | 0 | 0.94 | 0.76 | 0 | 348.75 | 1 | 0.53 |
| Hex | FF | F | 3C | 0 | 5E | 4C | 0 | 15D | 64 | 35 |
| Octal | 377 | 17 | 74 | 0 | 136 | 114 | 0 | 535 | 144 | 65 |
| Binary | 11111111 | 1111 | 111100 | 0 | 1011110 | 1001100 | 0 | 101011101 | 1100100 | 110101 |
Color Harmonies of #FF0F3C
Complementary color
Monochromatic Colors of #FF0F3C
Black with #FF0F3C
Text Example
Text Example
White with #FF0F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0F3C; }
p { color: rgb(255,15,60); }
H1.HeaderClassName
{
color: #FF0F3C;
}
.AnyTagClassName
{
color: #FF0F3C;
}
</style>
background-color css
<style>
a { background-color: #FF0F3C; }
a { background-color: rgb(255,15,60); }
div.DivClassName
{
background-color: #FF0F3C;
}
.BgClassName
{
background-color: #FF0F3C;
}
</style>
border-color css
<style>
span { border-color: #FF0F3C; }
span { border-color: rgb(255,15,60); }
td.TdClassName
{
border-color: #FF0F3C;
}
.TagClassName
{
border-color: #FF0F3C;
}
</style>