Shades of Torch Red #FF0C2F
Tints of Torch Red #FF0C2F
RGB
CMYK
RGB Variations
Color information
#FF0C2F (or 0xFF0C2F) is known color: Torch Red. HEX triplet: FF, 0C and 2F. RGB value is (255,12,47). Sum of RGB (Red+Green+Blue) = 255+12+47=314 (41% of max value = 765). Red value is 255 (100% from 255 or 81.21% from 314); Green value is 12 (5.08% from 255 or 3.82% from 314); Blue value is 47 (18.75% from 255 or 14.97% from 314); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0C2F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0C2F is #00F3D0. Grayscale: #585858. Windows color (decimal): -62417 or 3083519. OLE color: 3083519.
HSL color Cylindrical-coordinate representation of color #FF0C2F: hue angle of 351.36º 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 #FF0C2F is Cyan = 0, Magento = 0.95, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 12 | 47 | - |
| CMYK | 0 | 0.95 | 0.82 | 0 |
| HSL | 351.36º | 1% | 0.52% | - |
| HSV(B) | 351.36º | 0.95% | 1% | - |
| XYZ | 41.88 | 21.73 | 4.68 | - |
| YUV | 88.65 | 104.51 | 246.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 12 | 47 | 0 | 0.95 | 0.82 | 0 | 351.36 | 1 | 0.52 |
| Hex | FF | C | 2F | 0 | 5F | 52 | 0 | 15F | 64 | 34 |
| Octal | 377 | 14 | 57 | 0 | 137 | 122 | 0 | 537 | 144 | 64 |
| Binary | 11111111 | 1100 | 101111 | 0 | 1011111 | 1010010 | 0 | 101011111 | 1100100 | 110100 |
Color Harmonies of #FF0C2F
Complementary color
Monochromatic Colors of #FF0C2F
Black with #FF0C2F
Text Example
Text Example
White with #FF0C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0C2F; }
p { color: rgb(255,12,47); }
H1.HeaderClassName
{
color: #FF0C2F;
}
.AnyTagClassName
{
color: #FF0C2F;
}
</style>
background-color css
<style>
a { background-color: #FF0C2F; }
a { background-color: rgb(255,12,47); }
div.DivClassName
{
background-color: #FF0C2F;
}
.BgClassName
{
background-color: #FF0C2F;
}
</style>
border-color css
<style>
span { border-color: #FF0C2F; }
span { border-color: rgb(255,12,47); }
td.TdClassName
{
border-color: #FF0C2F;
}
.TagClassName
{
border-color: #FF0C2F;
}
</style>