Shades of Torch Red #FF1021
Tints of Torch Red #FF1021
RGB
CMYK
RGB Variations
Color information
#FF1021 (or 0xFF1021) is known color: Torch Red. HEX triplet: FF, 10 and 21. RGB value is (255,16,33). Sum of RGB (Red+Green+Blue) = 255+16+33=304 (40% of max value = 765). Red value is 255 (100% from 255 or 83.88% from 304); Green value is 16 (6.64% from 255 or 5.26% from 304); Blue value is 33 (13.28% from 255 or 10.86% from 304); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1021 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1021 is #00EFDE. Grayscale: #595959. Windows color (decimal): -61407 or 2167039. OLE color: 2167039.
HSL color Cylindrical-coordinate representation of color #FF1021: hue angle of 355.73º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF1021 is Cyan = 0, Magento = 0.94, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 16 | 33 | - |
| CMYK | 0 | 0.94 | 0.87 | 0 |
| HSL | 355.73º | 1% | 0.53% | - |
| HSV(B) | 355.73º | 0.94% | 1% | - |
| XYZ | 41.7 | 21.74 | 3.44 | - |
| YUV | 89.4 | 96.18 | 246.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 16 | 33 | 0 | 0.94 | 0.87 | 0 | 355.73 | 1 | 0.53 |
| Hex | FF | 10 | 21 | 0 | 5E | 57 | 0 | 164 | 64 | 35 |
| Octal | 377 | 20 | 41 | 0 | 136 | 127 | 0 | 544 | 144 | 65 |
| Binary | 11111111 | 10000 | 100001 | 0 | 1011110 | 1010111 | 0 | 101100100 | 1100100 | 110101 |
Color Harmonies of #FF1021
Complementary color
Monochromatic Colors of #FF1021
Black with #FF1021
Text Example
Text Example
White with #FF1021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1021; }
p { color: rgb(255,16,33); }
H1.HeaderClassName
{
color: #FF1021;
}
.AnyTagClassName
{
color: #FF1021;
}
</style>
background-color css
<style>
a { background-color: #FF1021; }
a { background-color: rgb(255,16,33); }
div.DivClassName
{
background-color: #FF1021;
}
.BgClassName
{
background-color: #FF1021;
}
</style>
border-color css
<style>
span { border-color: #FF1021; }
span { border-color: rgb(255,16,33); }
td.TdClassName
{
border-color: #FF1021;
}
.TagClassName
{
border-color: #FF1021;
}
</style>