Shades of Torch Red #FD0A3A
Tints of Torch Red #FD0A3A
RGB
CMYK
RGB Variations
Color information
#FD0A3A (or 0xFD0A3A) is known color: Torch Red. HEX triplet: FD, 0A and 3A. RGB value is (253,10,58). Sum of RGB (Red+Green+Blue) = 253+10+58=321 (42% of max value = 765). Red value is 253 (99.22% from 255 or 78.82% from 321); Green value is 10 (4.30% from 255 or 3.12% from 321); Blue value is 58 (23.05% from 255 or 18.07% from 321); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0A3A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0A3A is #02F5C5. Grayscale: #585858. Windows color (decimal): -193990 or 3803901. OLE color: 3803901.
HSL color Cylindrical-coordinate representation of color #FD0A3A: hue angle of 348.15º 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 #FD0A3A is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 10 | 58 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.01 |
| HSL | 348.15º | 0.98% | 0.52% | - |
| HSV(B) | 348.15º | 0.96% | 0.99% | - |
| XYZ | 41.38 | 21.41 | 5.95 | - |
| YUV | 88.13 | 111.01 | 245.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 10 | 58 | 0 | 0.96 | 0.77 | 0.01 | 348.15 | 0.98 | 0.52 |
| Hex | FD | A | 3A | 0 | 60 | 4D | 1 | 15C | 62 | 34 |
| Octal | 375 | 12 | 72 | 0 | 140 | 115 | 1 | 534 | 142 | 64 |
| Binary | 11111101 | 1010 | 111010 | 0 | 1100000 | 1001101 | 1 | 101011100 | 1100010 | 110100 |
Color Harmonies of #FD0A3A
Complementary color
Monochromatic Colors of #FD0A3A
Black with #FD0A3A
Text Example
Text Example
White with #FD0A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0A3A; }
p { color: rgb(253,10,58); }
H1.HeaderClassName
{
color: #FD0A3A;
}
.AnyTagClassName
{
color: #FD0A3A;
}
</style>
background-color css
<style>
a { background-color: #FD0A3A; }
a { background-color: rgb(253,10,58); }
div.DivClassName
{
background-color: #FD0A3A;
}
.BgClassName
{
background-color: #FD0A3A;
}
</style>
border-color css
<style>
span { border-color: #FD0A3A; }
span { border-color: rgb(253,10,58); }
td.TdClassName
{
border-color: #FD0A3A;
}
.TagClassName
{
border-color: #FD0A3A;
}
</style>