Shades of Torch Red #FF1421
Tints of Torch Red #FF1421
RGB
CMYK
RGB Variations
Color information
#FF1421 (or 0xFF1421) is known color: Torch Red. HEX triplet: FF, 14 and 21. RGB value is (255,20,33). Sum of RGB (Red+Green+Blue) = 255+20+33=308 (40% of max value = 765). Red value is 255 (100% from 255 or 82.79% from 308); Green value is 20 (8.20% from 255 or 6.49% from 308); Blue value is 33 (13.28% from 255 or 10.71% from 308); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1421 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF1421 is #00EBDE. Grayscale: #5B5B5B. Windows color (decimal): -60383 or 2168063. OLE color: 2168063.
HSL color Cylindrical-coordinate representation of color #FF1421: hue angle of 356.68º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF1421 is Cyan = 0, Magento = 0.92, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 20 | 33 | - |
| CMYK | 0 | 0.92 | 0.87 | 0 |
| HSL | 356.68º | 1% | 0.54% | - |
| HSV(B) | 356.68º | 0.92% | 1% | - |
| XYZ | 41.76 | 21.87 | 3.46 | - |
| YUV | 91.75 | 94.86 | 244.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 20 | 33 | 0 | 0.92 | 0.87 | 0 | 356.68 | 1 | 0.54 |
| Hex | FF | 14 | 21 | 0 | 5C | 57 | 0 | 165 | 64 | 36 |
| Octal | 377 | 24 | 41 | 0 | 134 | 127 | 0 | 545 | 144 | 66 |
| Binary | 11111111 | 10100 | 100001 | 0 | 1011100 | 1010111 | 0 | 101100101 | 1100100 | 110110 |
Color Harmonies of #FF1421
Complementary color
Monochromatic Colors of #FF1421
Black with #FF1421
Text Example
Text Example
White with #FF1421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1421; }
p { color: rgb(255,20,33); }
H1.HeaderClassName
{
color: #FF1421;
}
.AnyTagClassName
{
color: #FF1421;
}
</style>
background-color css
<style>
a { background-color: #FF1421; }
a { background-color: rgb(255,20,33); }
div.DivClassName
{
background-color: #FF1421;
}
.BgClassName
{
background-color: #FF1421;
}
</style>
border-color css
<style>
span { border-color: #FF1421; }
span { border-color: rgb(255,20,33); }
td.TdClassName
{
border-color: #FF1421;
}
.TagClassName
{
border-color: #FF1421;
}
</style>