Shades of Torch Red #FF0C25
Tints of Torch Red #FF0C25
RGB
CMYK
RGB Variations
Color information
#FF0C25 (or 0xFF0C25) is known color: Torch Red. HEX triplet: FF, 0C and 25. RGB value is (255,12,37). Sum of RGB (Red+Green+Blue) = 255+12+37=304 (40% of max value = 765). Red value is 255 (100% from 255 or 83.88% from 304); Green value is 12 (5.08% from 255 or 3.95% from 304); Blue value is 37 (14.84% from 255 or 12.17% from 304); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0C25 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0C25 is #00F3DA. Grayscale: #575757. Windows color (decimal): -62427 or 2428159. OLE color: 2428159.
HSL color Cylindrical-coordinate representation of color #FF0C25: hue angle of 353.83º 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 #FF0C25 is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 12 | 37 | - |
| CMYK | 0 | 0.95 | 0.85 | 0 |
| HSL | 353.83º | 1% | 0.52% | - |
| HSV(B) | 353.83º | 0.95% | 1% | - |
| XYZ | 41.71 | 21.66 | 3.73 | - |
| YUV | 87.51 | 99.51 | 247.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 12 | 37 | 0 | 0.95 | 0.85 | 0 | 353.83 | 1 | 0.52 |
| Hex | FF | C | 25 | 0 | 5F | 55 | 0 | 162 | 64 | 34 |
| Octal | 377 | 14 | 45 | 0 | 137 | 125 | 0 | 542 | 144 | 64 |
| Binary | 11111111 | 1100 | 100101 | 0 | 1011111 | 1010101 | 0 | 101100010 | 1100100 | 110100 |
Color Harmonies of #FF0C25
Complementary color
Monochromatic Colors of #FF0C25
Black with #FF0C25
Text Example
Text Example
White with #FF0C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0C25; }
p { color: rgb(255,12,37); }
H1.HeaderClassName
{
color: #FF0C25;
}
.AnyTagClassName
{
color: #FF0C25;
}
</style>
background-color css
<style>
a { background-color: #FF0C25; }
a { background-color: rgb(255,12,37); }
div.DivClassName
{
background-color: #FF0C25;
}
.BgClassName
{
background-color: #FF0C25;
}
</style>
border-color css
<style>
span { border-color: #FF0C25; }
span { border-color: rgb(255,12,37); }
td.TdClassName
{
border-color: #FF0C25;
}
.TagClassName
{
border-color: #FF0C25;
}
</style>