Shades of Torch Red #FF1230
Tints of Torch Red #FF1230
RGB
CMYK
RGB Variations
Color information
#FF1230 (or 0xFF1230) is known color: Torch Red. HEX triplet: FF, 12 and 30. RGB value is (255,18,48). Sum of RGB (Red+Green+Blue) = 255+18+48=321 (42% of max value = 765). Red value is 255 (100% from 255 or 79.44% from 321); Green value is 18 (7.42% from 255 or 5.61% from 321); Blue value is 48 (19.14% from 255 or 14.95% from 321); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1230 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1230 is #00EDCF. Grayscale: #5C5C5C. Windows color (decimal): -60880 or 3150591. OLE color: 3150591.
HSL color Cylindrical-coordinate representation of color #FF1230: hue angle of 352.41º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF1230 is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 18 | 48 | - |
| CMYK | 0 | 0.93 | 0.81 | 0 |
| HSL | 352.41º | 1% | 0.54% | - |
| HSV(B) | 352.41º | 0.93% | 1% | - |
| XYZ | 41.99 | 21.91 | 4.81 | - |
| YUV | 92.28 | 103.02 | 244.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 18 | 48 | 0 | 0.93 | 0.81 | 0 | 352.41 | 1 | 0.54 |
| Hex | FF | 12 | 30 | 0 | 5D | 51 | 0 | 160 | 64 | 36 |
| Octal | 377 | 22 | 60 | 0 | 135 | 121 | 0 | 540 | 144 | 66 |
| Binary | 11111111 | 10010 | 110000 | 0 | 1011101 | 1010001 | 0 | 101100000 | 1100100 | 110110 |
Color Harmonies of #FF1230
Complementary color
Monochromatic Colors of #FF1230
Black with #FF1230
Text Example
Text Example
White with #FF1230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1230; }
p { color: rgb(255,18,48); }
H1.HeaderClassName
{
color: #FF1230;
}
.AnyTagClassName
{
color: #FF1230;
}
</style>
background-color css
<style>
a { background-color: #FF1230; }
a { background-color: rgb(255,18,48); }
div.DivClassName
{
background-color: #FF1230;
}
.BgClassName
{
background-color: #FF1230;
}
</style>
border-color css
<style>
span { border-color: #FF1230; }
span { border-color: rgb(255,18,48); }
td.TdClassName
{
border-color: #FF1230;
}
.TagClassName
{
border-color: #FF1230;
}
</style>