Shades of Torch Red #FF0C4F
Tints of Torch Red #FF0C4F
RGB
CMYK
RGB Variations
Color information
#FF0C4F (or 0xFF0C4F) is known color: Torch Red. HEX triplet: FF, 0C and 4F. RGB value is (255,12,79). Sum of RGB (Red+Green+Blue) = 255+12+79=346 (45% of max value = 765). Red value is 255 (100% from 255 or 73.70% from 346); Green value is 12 (5.08% from 255 or 3.47% from 346); Blue value is 79 (31.25% from 255 or 22.83% from 346); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0C4F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0C4F is #00F3B0. Grayscale: #5C5C5C. Windows color (decimal): -62385 or 5180671. OLE color: 5180671.
HSL color Cylindrical-coordinate representation of color #FF0C4F: hue angle of 343.46º 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 #FF0C4F is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 12 | 79 | - |
| CMYK | 0 | 0.95 | 0.69 | 0 |
| HSL | 343.46º | 1% | 0.52% | - |
| HSV(B) | 343.46º | 0.95% | 1% | - |
| XYZ | 42.78 | 22.09 | 9.41 | - |
| YUV | 92.3 | 120.51 | 244.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 12 | 79 | 0 | 0.95 | 0.69 | 0 | 343.46 | 1 | 0.52 |
| Hex | FF | C | 4F | 0 | 5F | 45 | 0 | 157 | 64 | 34 |
| Octal | 377 | 14 | 117 | 0 | 137 | 105 | 0 | 527 | 144 | 64 |
| Binary | 11111111 | 1100 | 1001111 | 0 | 1011111 | 1000101 | 0 | 101010111 | 1100100 | 110100 |
Color Harmonies of #FF0C4F
Complementary color
Monochromatic Colors of #FF0C4F
Black with #FF0C4F
Text Example
Text Example
White with #FF0C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0C4F; }
p { color: rgb(255,12,79); }
H1.HeaderClassName
{
color: #FF0C4F;
}
.AnyTagClassName
{
color: #FF0C4F;
}
</style>
background-color css
<style>
a { background-color: #FF0C4F; }
a { background-color: rgb(255,12,79); }
div.DivClassName
{
background-color: #FF0C4F;
}
.BgClassName
{
background-color: #FF0C4F;
}
</style>
border-color css
<style>
span { border-color: #FF0C4F; }
span { border-color: rgb(255,12,79); }
td.TdClassName
{
border-color: #FF0C4F;
}
.TagClassName
{
border-color: #FF0C4F;
}
</style>