Shades of Torch Red #FD0A39
Tints of Torch Red #FD0A39
RGB
CMYK
RGB Variations
Color information
#FD0A39 (or 0xFD0A39) is known color: Torch Red. HEX triplet: FD, 0A and 39. RGB value is (253,10,57). Sum of RGB (Red+Green+Blue) = 253+10+57=320 (42% of max value = 765). Red value is 253 (99.22% from 255 or 79.06% from 320); Green value is 10 (4.30% from 255 or 3.12% from 320); Blue value is 57 (22.66% from 255 or 17.81% from 320); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0A39 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0A39 is #02F5C6. Grayscale: #585858. Windows color (decimal): -193991 or 3738365. OLE color: 3738365.
HSL color Cylindrical-coordinate representation of color #FD0A39: hue angle of 348.4º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FD0A39 is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 10 | 57 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.01 |
| HSL | 348.4º | 0.98% | 0.52% | - |
| HSV(B) | 348.4º | 0.96% | 0.99% | - |
| XYZ | 41.36 | 21.4 | 5.82 | - |
| YUV | 88.02 | 110.51 | 245.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 10 | 57 | 0 | 0.96 | 0.77 | 0.01 | 348.4 | 0.98 | 0.52 |
| Hex | FD | A | 39 | 0 | 60 | 4D | 1 | 15C | 62 | 34 |
| Octal | 375 | 12 | 71 | 0 | 140 | 115 | 1 | 534 | 142 | 64 |
| Binary | 11111101 | 1010 | 111001 | 0 | 1100000 | 1001101 | 1 | 101011100 | 1100010 | 110100 |
Color Harmonies of #FD0A39
Complementary color
Monochromatic Colors of #FD0A39
Black with #FD0A39
Text Example
Text Example
White with #FD0A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0A39; }
p { color: rgb(253,10,57); }
H1.HeaderClassName
{
color: #FD0A39;
}
.AnyTagClassName
{
color: #FD0A39;
}
</style>
background-color css
<style>
a { background-color: #FD0A39; }
a { background-color: rgb(253,10,57); }
div.DivClassName
{
background-color: #FD0A39;
}
.BgClassName
{
background-color: #FD0A39;
}
</style>
border-color css
<style>
span { border-color: #FD0A39; }
span { border-color: rgb(253,10,57); }
td.TdClassName
{
border-color: #FD0A39;
}
.TagClassName
{
border-color: #FD0A39;
}
</style>