Shades of Torch Red #FF0123
Tints of Torch Red #FF0123
RGB
CMYK
RGB Variations
Color information
#FF0123 (or 0xFF0123) is known color: Torch Red. HEX triplet: FF, 01 and 23. RGB value is (255,1,35). Sum of RGB (Red+Green+Blue) = 255+1+35=291 (38% of max value = 765). Red value is 255 (100% from 255 or 87.63% from 291); Green value is 1 (0.78% from 255 or 0.34% from 291); Blue value is 35 (14.06% from 255 or 12.03% from 291); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0123 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0123 is #00FEDC. Grayscale: #505050. Windows color (decimal): -65245 or 2294271. OLE color: 2294271.
HSL color Cylindrical-coordinate representation of color #FF0123: hue angle of 351.97º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF0123 is Cyan = 0, Magento = 1.00, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 1 | 35 | - |
| CMYK | 0 | 1.00 | 0.86 | 0 |
| HSL | 351.97º | 1% | 0.5% | - |
| HSV(B) | 351.97º | 1% | 1% | - |
| XYZ | 41.55 | 21.4 | 3.53 | - |
| YUV | 80.82 | 102.15 | 252.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 1 | 35 | 0 | 1.00 | 0.86 | 0 | 351.97 | 1 | 0.5 |
| Hex | FF | 1 | 23 | 0 | 64 | 56 | 0 | 160 | 64 | 32 |
| Octal | 377 | 1 | 43 | 0 | 144 | 126 | 0 | 540 | 144 | 62 |
| Binary | 11111111 | 1 | 100011 | 0 | 1100100 | 1010110 | 0 | 101100000 | 1100100 | 110010 |
Color Harmonies of #FF0123
Complementary color
Monochromatic Colors of #FF0123
Black with #FF0123
Text Example
Text Example
White with #FF0123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0123; }
p { color: rgb(255,1,35); }
H1.HeaderClassName
{
color: #FF0123;
}
.AnyTagClassName
{
color: #FF0123;
}
</style>
background-color css
<style>
a { background-color: #FF0123; }
a { background-color: rgb(255,1,35); }
div.DivClassName
{
background-color: #FF0123;
}
.BgClassName
{
background-color: #FF0123;
}
</style>
border-color css
<style>
span { border-color: #FF0123; }
span { border-color: rgb(255,1,35); }
td.TdClassName
{
border-color: #FF0123;
}
.TagClassName
{
border-color: #FF0123;
}
</style>