Shades of Torch Red #FD1534
Tints of Torch Red #FD1534
RGB
CMYK
RGB Variations
Color information
#FD1534 (or 0xFD1534) is known color: Torch Red. HEX triplet: FD, 15 and 34. RGB value is (253,21,52). Sum of RGB (Red+Green+Blue) = 253+21+52=326 (43% of max value = 765). Red value is 253 (99.22% from 255 or 77.61% from 326); Green value is 21 (8.59% from 255 or 6.44% from 326); Blue value is 52 (20.70% from 255 or 15.95% from 326); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1534 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1534 is #02EACB. Grayscale: #5E5E5E. Windows color (decimal): -191180 or 3413501. OLE color: 3413501.
HSL color Cylindrical-coordinate representation of color #FD1534: hue angle of 351.98º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FD1534 is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 21 | 52 | - |
| CMYK | 0 | 0.92 | 0.79 | 0.01 |
| HSL | 351.98º | 0.98% | 0.54% | - |
| HSV(B) | 351.98º | 0.92% | 0.99% | - |
| XYZ | 41.4 | 21.67 | 5.25 | - |
| YUV | 93.9 | 104.36 | 241.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 21 | 52 | 0 | 0.92 | 0.79 | 0.01 | 351.98 | 0.98 | 0.54 |
| Hex | FD | 15 | 34 | 0 | 5C | 4F | 1 | 160 | 62 | 36 |
| Octal | 375 | 25 | 64 | 0 | 134 | 117 | 1 | 540 | 142 | 66 |
| Binary | 11111101 | 10101 | 110100 | 0 | 1011100 | 1001111 | 1 | 101100000 | 1100010 | 110110 |
Color Harmonies of #FD1534
Complementary color
Monochromatic Colors of #FD1534
Black with #FD1534
Text Example
Text Example
White with #FD1534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1534; }
p { color: rgb(253,21,52); }
H1.HeaderClassName
{
color: #FD1534;
}
.AnyTagClassName
{
color: #FD1534;
}
</style>
background-color css
<style>
a { background-color: #FD1534; }
a { background-color: rgb(253,21,52); }
div.DivClassName
{
background-color: #FD1534;
}
.BgClassName
{
background-color: #FD1534;
}
</style>
border-color css
<style>
span { border-color: #FD1534; }
span { border-color: rgb(253,21,52); }
td.TdClassName
{
border-color: #FD1534;
}
.TagClassName
{
border-color: #FD1534;
}
</style>