Shades of Torch Red #FF0C40
Tints of Torch Red #FF0C40
RGB
CMYK
RGB Variations
Color information
#FF0C40 (or 0xFF0C40) is known color: Torch Red. HEX triplet: FF, 0C and 40. RGB value is (255,12,64). Sum of RGB (Red+Green+Blue) = 255+12+64=331 (43% of max value = 765). Red value is 255 (100% from 255 or 77.04% from 331); Green value is 12 (5.08% from 255 or 3.63% from 331); Blue value is 64 (25.39% from 255 or 19.34% from 331); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0C40 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0C40 is #00F3BF. Grayscale: #5A5A5A. Windows color (decimal): -62400 or 4197631. OLE color: 4197631.
HSL color Cylindrical-coordinate representation of color #FF0C40: hue angle of 347.16º 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 #FF0C40 is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 12 | 64 | - |
| CMYK | 0 | 0.95 | 0.75 | 0 |
| HSL | 347.16º | 1% | 0.52% | - |
| HSV(B) | 347.16º | 0.95% | 1% | - |
| XYZ | 42.3 | 21.89 | 6.85 | - |
| YUV | 90.59 | 113.01 | 245.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 12 | 64 | 0 | 0.95 | 0.75 | 0 | 347.16 | 1 | 0.52 |
| Hex | FF | C | 40 | 0 | 5F | 4B | 0 | 15B | 64 | 34 |
| Octal | 377 | 14 | 100 | 0 | 137 | 113 | 0 | 533 | 144 | 64 |
| Binary | 11111111 | 1100 | 1000000 | 0 | 1011111 | 1001011 | 0 | 101011011 | 1100100 | 110100 |
Color Harmonies of #FF0C40
Complementary color
Monochromatic Colors of #FF0C40
Black with #FF0C40
Text Example
Text Example
White with #FF0C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0C40; }
p { color: rgb(255,12,64); }
H1.HeaderClassName
{
color: #FF0C40;
}
.AnyTagClassName
{
color: #FF0C40;
}
</style>
background-color css
<style>
a { background-color: #FF0C40; }
a { background-color: rgb(255,12,64); }
div.DivClassName
{
background-color: #FF0C40;
}
.BgClassName
{
background-color: #FF0C40;
}
</style>
border-color css
<style>
span { border-color: #FF0C40; }
span { border-color: rgb(255,12,64); }
td.TdClassName
{
border-color: #FF0C40;
}
.TagClassName
{
border-color: #FF0C40;
}
</style>