Shades of Torch Red #FD213A
Tints of Torch Red #FD213A
RGB
CMYK
RGB Variations
Color information
#FD213A (or 0xFD213A) is known color: Torch Red. HEX triplet: FD, 21 and 3A. RGB value is (253,33,58). Sum of RGB (Red+Green+Blue) = 253+33+58=344 (45% of max value = 765). Red value is 253 (99.22% from 255 or 73.55% from 344); Green value is 33 (13.28% from 255 or 9.59% from 344); Blue value is 58 (23.05% from 255 or 16.86% from 344); Max value from RGB is 253 - color contains mainly: red. Hex color #FD213A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD213A is #02DEC5. Grayscale: #656565. Windows color (decimal): -188102 or 3809789. OLE color: 3809789.
HSL color Cylindrical-coordinate representation of color #FD213A: hue angle of 353.18º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FD213A is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 33 | 58 | - |
| CMYK | 0 | 0.87 | 0.77 | 0.01 |
| HSL | 353.18º | 0.98% | 0.56% | - |
| HSV(B) | 353.18º | 0.87% | 0.99% | - |
| XYZ | 41.82 | 22.28 | 6.1 | - |
| YUV | 101.63 | 103.39 | 235.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 33 | 58 | 0 | 0.87 | 0.77 | 0.01 | 353.18 | 0.98 | 0.56 |
| Hex | FD | 21 | 3A | 0 | 57 | 4D | 1 | 161 | 62 | 38 |
| Octal | 375 | 41 | 72 | 0 | 127 | 115 | 1 | 541 | 142 | 70 |
| Binary | 11111101 | 100001 | 111010 | 0 | 1010111 | 1001101 | 1 | 101100001 | 1100010 | 111000 |
Color Harmonies of #FD213A
Complementary color
Monochromatic Colors of #FD213A
Black with #FD213A
Text Example
Text Example
White with #FD213A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD213A; }
p { color: rgb(253,33,58); }
H1.HeaderClassName
{
color: #FD213A;
}
.AnyTagClassName
{
color: #FD213A;
}
</style>
background-color css
<style>
a { background-color: #FD213A; }
a { background-color: rgb(253,33,58); }
div.DivClassName
{
background-color: #FD213A;
}
.BgClassName
{
background-color: #FD213A;
}
</style>
border-color css
<style>
span { border-color: #FD213A; }
span { border-color: rgb(253,33,58); }
td.TdClassName
{
border-color: #FD213A;
}
.TagClassName
{
border-color: #FD213A;
}
</style>