Shades of Torch Red #FD053E
Tints of Torch Red #FD053E
RGB
CMYK
RGB Variations
Color information
#FD053E (or 0xFD053E) is known color: Torch Red. HEX triplet: FD, 05 and 3E. RGB value is (253,5,62). Sum of RGB (Red+Green+Blue) = 253+5+62=320 (42% of max value = 765). Red value is 253 (99.22% from 255 or 79.06% from 320); Green value is 5 (2.34% from 255 or 1.56% from 320); Blue value is 62 (24.61% from 255 or 19.38% from 320); Max value from RGB is 253 - color contains mainly: red. Hex color #FD053E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD053E is #02FAC1. Grayscale: #555555. Windows color (decimal): -195266 or 4064765. OLE color: 4064765.
HSL color Cylindrical-coordinate representation of color #FD053E: hue angle of 346.21º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FD053E is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 5 | 62 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.01 |
| HSL | 346.21º | 0.98% | 0.51% | - |
| HSV(B) | 346.21º | 0.98% | 0.99% | - |
| XYZ | 41.43 | 21.34 | 6.49 | - |
| YUV | 85.65 | 114.66 | 247.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 5 | 62 | 0 | 0.98 | 0.75 | 0.01 | 346.21 | 0.98 | 0.51 |
| Hex | FD | 5 | 3E | 0 | 62 | 4B | 1 | 15A | 62 | 33 |
| Octal | 375 | 5 | 76 | 0 | 142 | 113 | 1 | 532 | 142 | 63 |
| Binary | 11111101 | 101 | 111110 | 0 | 1100010 | 1001011 | 1 | 101011010 | 1100010 | 110011 |
Color Harmonies of #FD053E
Complementary color
Monochromatic Colors of #FD053E
Black with #FD053E
Text Example
Text Example
White with #FD053E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD053E; }
p { color: rgb(253,5,62); }
H1.HeaderClassName
{
color: #FD053E;
}
.AnyTagClassName
{
color: #FD053E;
}
</style>
background-color css
<style>
a { background-color: #FD053E; }
a { background-color: rgb(253,5,62); }
div.DivClassName
{
background-color: #FD053E;
}
.BgClassName
{
background-color: #FD053E;
}
</style>
border-color css
<style>
span { border-color: #FD053E; }
span { border-color: rgb(253,5,62); }
td.TdClassName
{
border-color: #FD053E;
}
.TagClassName
{
border-color: #FD053E;
}
</style>