Shades of Torch Red #FD0D20
Tints of Torch Red #FD0D20
RGB
CMYK
RGB Variations
Color information
#FD0D20 (or 0xFD0D20) is known color: Torch Red. HEX triplet: FD, 0D and 20. RGB value is (253,13,32). Sum of RGB (Red+Green+Blue) = 253+13+32=298 (39% of max value = 765). Red value is 253 (99.22% from 255 or 84.90% from 298); Green value is 13 (5.47% from 255 or 4.36% from 298); Blue value is 32 (12.89% from 255 or 10.74% from 298); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0D20 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0D20 is #02F2DF. Grayscale: #575757. Windows color (decimal): -193248 or 2100733. OLE color: 2100733.
HSL color Cylindrical-coordinate representation of color #FD0D20: hue angle of 355.25º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FD0D20 is Cyan = 0, Magento = 0.95, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 13 | 32 | - |
| CMYK | 0 | 0.95 | 0.87 | 0.01 |
| HSL | 355.25º | 0.98% | 0.52% | - |
| HSV(B) | 355.25º | 0.95% | 0.99% | - |
| XYZ | 40.91 | 21.27 | 3.32 | - |
| YUV | 86.93 | 97.01 | 246.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 13 | 32 | 0 | 0.95 | 0.87 | 0.01 | 355.25 | 0.98 | 0.52 |
| Hex | FD | D | 20 | 0 | 5F | 57 | 1 | 163 | 62 | 34 |
| Octal | 375 | 15 | 40 | 0 | 137 | 127 | 1 | 543 | 142 | 64 |
| Binary | 11111101 | 1101 | 100000 | 0 | 1011111 | 1010111 | 1 | 101100011 | 1100010 | 110100 |
Color Harmonies of #FD0D20
Complementary color
Monochromatic Colors of #FD0D20
Black with #FD0D20
Text Example
Text Example
White with #FD0D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0D20; }
p { color: rgb(253,13,32); }
H1.HeaderClassName
{
color: #FD0D20;
}
.AnyTagClassName
{
color: #FD0D20;
}
</style>
background-color css
<style>
a { background-color: #FD0D20; }
a { background-color: rgb(253,13,32); }
div.DivClassName
{
background-color: #FD0D20;
}
.BgClassName
{
background-color: #FD0D20;
}
</style>
border-color css
<style>
span { border-color: #FD0D20; }
span { border-color: rgb(253,13,32); }
td.TdClassName
{
border-color: #FD0D20;
}
.TagClassName
{
border-color: #FD0D20;
}
</style>