Shades of Torch Red #FF0A21
Tints of Torch Red #FF0A21
RGB
CMYK
RGB Variations
Color information
#FF0A21 (or 0xFF0A21) is known color: Torch Red. HEX triplet: FF, 0A and 21. RGB value is (255,10,33). Sum of RGB (Red+Green+Blue) = 255+10+33=298 (39% of max value = 765). Red value is 255 (100% from 255 or 85.57% from 298); Green value is 10 (4.30% from 255 or 3.36% from 298); Blue value is 33 (13.28% from 255 or 11.07% from 298); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0A21 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0A21 is #00F5DE. Grayscale: #565656. Windows color (decimal): -62943 or 2165503. OLE color: 2165503.
HSL color Cylindrical-coordinate representation of color #FF0A21: hue angle of 354.37º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF0A21 is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 10 | 33 | - |
| CMYK | 0 | 0.96 | 0.87 | 0 |
| HSL | 354.37º | 1% | 0.52% | - |
| HSV(B) | 354.37º | 0.96% | 1% | - |
| XYZ | 41.62 | 21.59 | 3.41 | - |
| YUV | 85.88 | 98.17 | 248.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 10 | 33 | 0 | 0.96 | 0.87 | 0 | 354.37 | 1 | 0.52 |
| Hex | FF | A | 21 | 0 | 60 | 57 | 0 | 162 | 64 | 34 |
| Octal | 377 | 12 | 41 | 0 | 140 | 127 | 0 | 542 | 144 | 64 |
| Binary | 11111111 | 1010 | 100001 | 0 | 1100000 | 1010111 | 0 | 101100010 | 1100100 | 110100 |
Color Harmonies of #FF0A21
Complementary color
Monochromatic Colors of #FF0A21
Black with #FF0A21
Text Example
Text Example
White with #FF0A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0A21; }
p { color: rgb(255,10,33); }
H1.HeaderClassName
{
color: #FF0A21;
}
.AnyTagClassName
{
color: #FF0A21;
}
</style>
background-color css
<style>
a { background-color: #FF0A21; }
a { background-color: rgb(255,10,33); }
div.DivClassName
{
background-color: #FF0A21;
}
.BgClassName
{
background-color: #FF0A21;
}
</style>
border-color css
<style>
span { border-color: #FF0A21; }
span { border-color: rgb(255,10,33); }
td.TdClassName
{
border-color: #FF0A21;
}
.TagClassName
{
border-color: #FF0A21;
}
</style>