Shades of Torch Red #FF0C4E
Tints of Torch Red #FF0C4E
RGB
CMYK
RGB Variations
Color information
#FF0C4E (or 0xFF0C4E) is known color: Torch Red. HEX triplet: FF, 0C and 4E. RGB value is (255,12,78). Sum of RGB (Red+Green+Blue) = 255+12+78=345 (45% of max value = 765). Red value is 255 (100% from 255 or 73.91% from 345); Green value is 12 (5.08% from 255 or 3.48% from 345); Blue value is 78 (30.86% from 255 or 22.61% from 345); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0C4E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0C4E is #00F3B1. Grayscale: #5C5C5C. Windows color (decimal): -62386 or 5115135. OLE color: 5115135.
HSL color Cylindrical-coordinate representation of color #FF0C4E: hue angle of 343.7º 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 #FF0C4E is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 12 | 78 | - |
| CMYK | 0 | 0.95 | 0.69 | 0 |
| HSL | 343.7º | 1% | 0.52% | - |
| HSV(B) | 343.7º | 0.95% | 1% | - |
| XYZ | 42.75 | 22.07 | 9.22 | - |
| YUV | 92.18 | 120.01 | 244.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 12 | 78 | 0 | 0.95 | 0.69 | 0 | 343.7 | 1 | 0.52 |
| Hex | FF | C | 4E | 0 | 5F | 45 | 0 | 158 | 64 | 34 |
| Octal | 377 | 14 | 116 | 0 | 137 | 105 | 0 | 530 | 144 | 64 |
| Binary | 11111111 | 1100 | 1001110 | 0 | 1011111 | 1000101 | 0 | 101011000 | 1100100 | 110100 |
Color Harmonies of #FF0C4E
Complementary color
Monochromatic Colors of #FF0C4E
Black with #FF0C4E
Text Example
Text Example
White with #FF0C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0C4E; }
p { color: rgb(255,12,78); }
H1.HeaderClassName
{
color: #FF0C4E;
}
.AnyTagClassName
{
color: #FF0C4E;
}
</style>
background-color css
<style>
a { background-color: #FF0C4E; }
a { background-color: rgb(255,12,78); }
div.DivClassName
{
background-color: #FF0C4E;
}
.BgClassName
{
background-color: #FF0C4E;
}
</style>
border-color css
<style>
span { border-color: #FF0C4E; }
span { border-color: rgb(255,12,78); }
td.TdClassName
{
border-color: #FF0C4E;
}
.TagClassName
{
border-color: #FF0C4E;
}
</style>