Shades of Torch Red #FD0A3C
Tints of Torch Red #FD0A3C
RGB
CMYK
RGB Variations
Color information
#FD0A3C (or 0xFD0A3C) is known color: Torch Red. HEX triplet: FD, 0A and 3C. RGB value is (253,10,60). Sum of RGB (Red+Green+Blue) = 253+10+60=323 (42% of max value = 765). Red value is 253 (99.22% from 255 or 78.33% from 323); Green value is 10 (4.30% from 255 or 3.10% from 323); Blue value is 60 (23.83% from 255 or 18.58% from 323); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0A3C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0A3C is #02F5C3. Grayscale: #585858. Windows color (decimal): -193988 or 3934973. OLE color: 3934973.
HSL color Cylindrical-coordinate representation of color #FD0A3C: hue angle of 347.65º 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 #FD0A3C is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 10 | 60 | - |
| CMYK | 0 | 0.96 | 0.76 | 0.01 |
| HSL | 347.65º | 0.98% | 0.52% | - |
| HSV(B) | 347.65º | 0.96% | 0.99% | - |
| XYZ | 41.43 | 21.43 | 6.23 | - |
| YUV | 88.36 | 112.01 | 245.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 10 | 60 | 0 | 0.96 | 0.76 | 0.01 | 347.65 | 0.98 | 0.52 |
| Hex | FD | A | 3C | 0 | 60 | 4C | 1 | 15C | 62 | 34 |
| Octal | 375 | 12 | 74 | 0 | 140 | 114 | 1 | 534 | 142 | 64 |
| Binary | 11111101 | 1010 | 111100 | 0 | 1100000 | 1001100 | 1 | 101011100 | 1100010 | 110100 |
Color Harmonies of #FD0A3C
Complementary color
Monochromatic Colors of #FD0A3C
Black with #FD0A3C
Text Example
Text Example
White with #FD0A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0A3C; }
p { color: rgb(253,10,60); }
H1.HeaderClassName
{
color: #FD0A3C;
}
.AnyTagClassName
{
color: #FD0A3C;
}
</style>
background-color css
<style>
a { background-color: #FD0A3C; }
a { background-color: rgb(253,10,60); }
div.DivClassName
{
background-color: #FD0A3C;
}
.BgClassName
{
background-color: #FD0A3C;
}
</style>
border-color css
<style>
span { border-color: #FD0A3C; }
span { border-color: rgb(253,10,60); }
td.TdClassName
{
border-color: #FD0A3C;
}
.TagClassName
{
border-color: #FD0A3C;
}
</style>