Shades of Torch Red #FF0C34
Tints of Torch Red #FF0C34
RGB
CMYK
RGB Variations
Color information
#FF0C34 (or 0xFF0C34) is known color: Torch Red. HEX triplet: FF, 0C and 34. RGB value is (255,12,52). Sum of RGB (Red+Green+Blue) = 255+12+52=319 (42% of max value = 765). Red value is 255 (100% from 255 or 79.94% from 319); Green value is 12 (5.08% from 255 or 3.76% from 319); Blue value is 52 (20.70% from 255 or 16.30% from 319); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0C34 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0C34 is #00F3CB. Grayscale: #595959. Windows color (decimal): -62412 or 3411199. OLE color: 3411199.
HSL color Cylindrical-coordinate representation of color #FF0C34: hue angle of 350.12º 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 #FF0C34 is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 12 | 52 | - |
| CMYK | 0 | 0.95 | 0.80 | 0 |
| HSL | 350.12º | 1% | 0.52% | - |
| HSV(B) | 350.12º | 0.95% | 1% | - |
| XYZ | 41.99 | 21.77 | 5.24 | - |
| YUV | 89.22 | 107.01 | 246.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 12 | 52 | 0 | 0.95 | 0.80 | 0 | 350.12 | 1 | 0.52 |
| Hex | FF | C | 34 | 0 | 5F | 50 | 0 | 15E | 64 | 34 |
| Octal | 377 | 14 | 64 | 0 | 137 | 120 | 0 | 536 | 144 | 64 |
| Binary | 11111111 | 1100 | 110100 | 0 | 1011111 | 1010000 | 0 | 101011110 | 1100100 | 110100 |
Color Harmonies of #FF0C34
Complementary color
Monochromatic Colors of #FF0C34
Black with #FF0C34
Text Example
Text Example
White with #FF0C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0C34; }
p { color: rgb(255,12,52); }
H1.HeaderClassName
{
color: #FF0C34;
}
.AnyTagClassName
{
color: #FF0C34;
}
</style>
background-color css
<style>
a { background-color: #FF0C34; }
a { background-color: rgb(255,12,52); }
div.DivClassName
{
background-color: #FF0C34;
}
.BgClassName
{
background-color: #FF0C34;
}
</style>
border-color css
<style>
span { border-color: #FF0C34; }
span { border-color: rgb(255,12,52); }
td.TdClassName
{
border-color: #FF0C34;
}
.TagClassName
{
border-color: #FF0C34;
}
</style>