Shades of Torch Red #FD1325
Tints of Torch Red #FD1325
RGB
CMYK
RGB Variations
Color information
#FD1325 (or 0xFD1325) is known color: Torch Red. HEX triplet: FD, 13 and 25. RGB value is (253,19,37). Sum of RGB (Red+Green+Blue) = 253+19+37=309 (40% of max value = 765). Red value is 253 (99.22% from 255 or 81.88% from 309); Green value is 19 (7.81% from 255 or 6.15% from 309); Blue value is 37 (14.84% from 255 or 11.97% from 309); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1325 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1325 is #02ECDA. Grayscale: #5B5B5B. Windows color (decimal): -191707 or 2429949. OLE color: 2429949.
HSL color Cylindrical-coordinate representation of color #FD1325: hue angle of 355.38º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FD1325 is Cyan = 0, Magento = 0.92, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 19 | 37 | - |
| CMYK | 0 | 0.92 | 0.85 | 0.01 |
| HSL | 355.38º | 0.98% | 0.53% | - |
| HSV(B) | 355.38º | 0.92% | 0.99% | - |
| XYZ | 41.07 | 21.48 | 3.73 | - |
| YUV | 91.02 | 97.52 | 243.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 19 | 37 | 0 | 0.92 | 0.85 | 0.01 | 355.38 | 0.98 | 0.53 |
| Hex | FD | 13 | 25 | 0 | 5C | 55 | 1 | 163 | 62 | 35 |
| Octal | 375 | 23 | 45 | 0 | 134 | 125 | 1 | 543 | 142 | 65 |
| Binary | 11111101 | 10011 | 100101 | 0 | 1011100 | 1010101 | 1 | 101100011 | 1100010 | 110101 |
Color Harmonies of #FD1325
Complementary color
Monochromatic Colors of #FD1325
Black with #FD1325
Text Example
Text Example
White with #FD1325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1325; }
p { color: rgb(253,19,37); }
H1.HeaderClassName
{
color: #FD1325;
}
.AnyTagClassName
{
color: #FD1325;
}
</style>
background-color css
<style>
a { background-color: #FD1325; }
a { background-color: rgb(253,19,37); }
div.DivClassName
{
background-color: #FD1325;
}
.BgClassName
{
background-color: #FD1325;
}
</style>
border-color css
<style>
span { border-color: #FD1325; }
span { border-color: rgb(253,19,37); }
td.TdClassName
{
border-color: #FD1325;
}
.TagClassName
{
border-color: #FD1325;
}
</style>