Shades of Torch Red #FD0A2A
Tints of Torch Red #FD0A2A
RGB
CMYK
RGB Variations
Color information
#FD0A2A (or 0xFD0A2A) is known color: Torch Red. HEX triplet: FD, 0A and 2A. RGB value is (253,10,42). Sum of RGB (Red+Green+Blue) = 253+10+42=305 (40% of max value = 765). Red value is 253 (99.22% from 255 or 82.95% from 305); Green value is 10 (4.30% from 255 or 3.28% from 305); Blue value is 42 (16.80% from 255 or 13.77% from 305); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0A2A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0A2A is #02F5D5. Grayscale: #565656. Windows color (decimal): -194006 or 2755325. OLE color: 2755325.
HSL color Cylindrical-coordinate representation of color #FD0A2A: hue angle of 352.1º 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 #FD0A2A is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 10 | 42 | - |
| CMYK | 0 | 0.96 | 0.83 | 0.01 |
| HSL | 352.1º | 0.98% | 0.52% | - |
| HSV(B) | 352.1º | 0.96% | 0.99% | - |
| XYZ | 41.03 | 21.27 | 4.13 | - |
| YUV | 86.31 | 103.01 | 246.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 10 | 42 | 0 | 0.96 | 0.83 | 0.01 | 352.1 | 0.98 | 0.52 |
| Hex | FD | A | 2A | 0 | 60 | 53 | 1 | 160 | 62 | 34 |
| Octal | 375 | 12 | 52 | 0 | 140 | 123 | 1 | 540 | 142 | 64 |
| Binary | 11111101 | 1010 | 101010 | 0 | 1100000 | 1010011 | 1 | 101100000 | 1100010 | 110100 |
Color Harmonies of #FD0A2A
Complementary color
Monochromatic Colors of #FD0A2A
Black with #FD0A2A
Text Example
Text Example
White with #FD0A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0A2A; }
p { color: rgb(253,10,42); }
H1.HeaderClassName
{
color: #FD0A2A;
}
.AnyTagClassName
{
color: #FD0A2A;
}
</style>
background-color css
<style>
a { background-color: #FD0A2A; }
a { background-color: rgb(253,10,42); }
div.DivClassName
{
background-color: #FD0A2A;
}
.BgClassName
{
background-color: #FD0A2A;
}
</style>
border-color css
<style>
span { border-color: #FD0A2A; }
span { border-color: rgb(253,10,42); }
td.TdClassName
{
border-color: #FD0A2A;
}
.TagClassName
{
border-color: #FD0A2A;
}
</style>