Shades of Torch Red #FF0C50
Tints of Torch Red #FF0C50
RGB
CMYK
RGB Variations
Color information
#FF0C50 (or 0xFF0C50) is known color: Torch Red. HEX triplet: FF, 0C and 50. RGB value is (255,12,80). Sum of RGB (Red+Green+Blue) = 255+12+80=347 (45% of max value = 765). Red value is 255 (100% from 255 or 73.49% from 347); Green value is 12 (5.08% from 255 or 3.46% from 347); Blue value is 80 (31.64% from 255 or 23.05% from 347); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0C50 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0C50 is #00F3AF. Grayscale: #5C5C5C. Windows color (decimal): -62384 or 5246207. OLE color: 5246207.
HSL color Cylindrical-coordinate representation of color #FF0C50: hue angle of 343.21º 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 #FF0C50 is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 12 | 80 | - |
| CMYK | 0 | 0.95 | 0.69 | 0 |
| HSL | 343.21º | 1% | 0.52% | - |
| HSV(B) | 343.21º | 0.95% | 1% | - |
| XYZ | 42.82 | 22.1 | 9.6 | - |
| YUV | 92.41 | 121.01 | 243.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 12 | 80 | 0 | 0.95 | 0.69 | 0 | 343.21 | 1 | 0.52 |
| Hex | FF | C | 50 | 0 | 5F | 45 | 0 | 157 | 64 | 34 |
| Octal | 377 | 14 | 120 | 0 | 137 | 105 | 0 | 527 | 144 | 64 |
| Binary | 11111111 | 1100 | 1010000 | 0 | 1011111 | 1000101 | 0 | 101010111 | 1100100 | 110100 |
Color Harmonies of #FF0C50
Complementary color
Monochromatic Colors of #FF0C50
Black with #FF0C50
Text Example
Text Example
White with #FF0C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0C50; }
p { color: rgb(255,12,80); }
H1.HeaderClassName
{
color: #FF0C50;
}
.AnyTagClassName
{
color: #FF0C50;
}
</style>
background-color css
<style>
a { background-color: #FF0C50; }
a { background-color: rgb(255,12,80); }
div.DivClassName
{
background-color: #FF0C50;
}
.BgClassName
{
background-color: #FF0C50;
}
</style>
border-color css
<style>
span { border-color: #FF0C50; }
span { border-color: rgb(255,12,80); }
td.TdClassName
{
border-color: #FF0C50;
}
.TagClassName
{
border-color: #FF0C50;
}
</style>