Shades of Torch Red #FD0D3A
Tints of Torch Red #FD0D3A
RGB
CMYK
RGB Variations
Color information
#FD0D3A (or 0xFD0D3A) is known color: Torch Red. HEX triplet: FD, 0D and 3A. RGB value is (253,13,58). Sum of RGB (Red+Green+Blue) = 253+13+58=324 (42% of max value = 765). Red value is 253 (99.22% from 255 or 78.09% from 324); Green value is 13 (5.47% from 255 or 4.01% from 324); Blue value is 58 (23.05% from 255 or 17.90% from 324); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0D3A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0D3A is #02F2C5. Grayscale: #595959. Windows color (decimal): -193222 or 3804669. OLE color: 3804669.
HSL color Cylindrical-coordinate representation of color #FD0D3A: hue angle of 348.75º 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 #FD0D3A is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 13 | 58 | - |
| CMYK | 0 | 0.95 | 0.77 | 0.01 |
| HSL | 348.75º | 0.98% | 0.52% | - |
| HSV(B) | 348.75º | 0.95% | 0.99% | - |
| XYZ | 41.42 | 21.48 | 5.97 | - |
| YUV | 89.89 | 110.01 | 244.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 13 | 58 | 0 | 0.95 | 0.77 | 0.01 | 348.75 | 0.98 | 0.52 |
| Hex | FD | D | 3A | 0 | 5F | 4D | 1 | 15D | 62 | 34 |
| Octal | 375 | 15 | 72 | 0 | 137 | 115 | 1 | 535 | 142 | 64 |
| Binary | 11111101 | 1101 | 111010 | 0 | 1011111 | 1001101 | 1 | 101011101 | 1100010 | 110100 |
Color Harmonies of #FD0D3A
Complementary color
Monochromatic Colors of #FD0D3A
Black with #FD0D3A
Text Example
Text Example
White with #FD0D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0D3A; }
p { color: rgb(253,13,58); }
H1.HeaderClassName
{
color: #FD0D3A;
}
.AnyTagClassName
{
color: #FD0D3A;
}
</style>
background-color css
<style>
a { background-color: #FD0D3A; }
a { background-color: rgb(253,13,58); }
div.DivClassName
{
background-color: #FD0D3A;
}
.BgClassName
{
background-color: #FD0D3A;
}
</style>
border-color css
<style>
span { border-color: #FD0D3A; }
span { border-color: rgb(253,13,58); }
td.TdClassName
{
border-color: #FD0D3A;
}
.TagClassName
{
border-color: #FD0D3A;
}
</style>