Shades of Torch Red #FF0C3C
Tints of Torch Red #FF0C3C
RGB
CMYK
RGB Variations
Color information
#FF0C3C (or 0xFF0C3C) is known color: Torch Red. HEX triplet: FF, 0C and 3C. RGB value is (255,12,60). Sum of RGB (Red+Green+Blue) = 255+12+60=327 (43% of max value = 765). Red value is 255 (100% from 255 or 77.98% from 327); Green value is 12 (5.08% from 255 or 3.67% from 327); Blue value is 60 (23.83% from 255 or 18.35% from 327); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0C3C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0C3C is #00F3C3. Grayscale: #5A5A5A. Windows color (decimal): -62404 or 3935487. OLE color: 3935487.
HSL color Cylindrical-coordinate representation of color #FF0C3C: hue angle of 348.15º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF0C3C is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 12 | 60 | - |
| CMYK | 0 | 0.95 | 0.76 | 0 |
| HSL | 348.15º | 1% | 0.52% | - |
| HSV(B) | 348.15º | 0.95% | 1% | - |
| XYZ | 42.19 | 21.85 | 6.27 | - |
| YUV | 90.13 | 111.01 | 245.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 12 | 60 | 0 | 0.95 | 0.76 | 0 | 348.15 | 1 | 0.52 |
| Hex | FF | C | 3C | 0 | 5F | 4C | 0 | 15C | 64 | 34 |
| Octal | 377 | 14 | 74 | 0 | 137 | 114 | 0 | 534 | 144 | 64 |
| Binary | 11111111 | 1100 | 111100 | 0 | 1011111 | 1001100 | 0 | 101011100 | 1100100 | 110100 |
Color Harmonies of #FF0C3C
Complementary color
Monochromatic Colors of #FF0C3C
Black with #FF0C3C
Text Example
Text Example
White with #FF0C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0C3C; }
p { color: rgb(255,12,60); }
H1.HeaderClassName
{
color: #FF0C3C;
}
.AnyTagClassName
{
color: #FF0C3C;
}
</style>
background-color css
<style>
a { background-color: #FF0C3C; }
a { background-color: rgb(255,12,60); }
div.DivClassName
{
background-color: #FF0C3C;
}
.BgClassName
{
background-color: #FF0C3C;
}
</style>
border-color css
<style>
span { border-color: #FF0C3C; }
span { border-color: rgb(255,12,60); }
td.TdClassName
{
border-color: #FF0C3C;
}
.TagClassName
{
border-color: #FF0C3C;
}
</style>