Shades of Torch Red #FD1324
Tints of Torch Red #FD1324
RGB
CMYK
RGB Variations
Color information
#FD1324 (or 0xFD1324) is known color: Torch Red. HEX triplet: FD, 13 and 24. RGB value is (253,19,36). Sum of RGB (Red+Green+Blue) = 253+19+36=308 (40% of max value = 765). Red value is 253 (99.22% from 255 or 82.14% from 308); Green value is 19 (7.81% from 255 or 6.17% from 308); Blue value is 36 (14.45% from 255 or 11.69% from 308); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1324 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1324 is #02ECDB. Grayscale: #5B5B5B. Windows color (decimal): -191708 or 2364413. OLE color: 2364413.
HSL color Cylindrical-coordinate representation of color #FD1324: hue angle of 355.64º 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 #FD1324 is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 19 | 36 | - |
| CMYK | 0 | 0.92 | 0.86 | 0.01 |
| HSL | 355.64º | 0.98% | 0.53% | - |
| HSV(B) | 355.64º | 0.92% | 0.99% | - |
| XYZ | 41.06 | 21.48 | 3.65 | - |
| YUV | 90.9 | 97.02 | 243.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 19 | 36 | 0 | 0.92 | 0.86 | 0.01 | 355.64 | 0.98 | 0.53 |
| Hex | FD | 13 | 24 | 0 | 5C | 56 | 1 | 164 | 62 | 35 |
| Octal | 375 | 23 | 44 | 0 | 134 | 126 | 1 | 544 | 142 | 65 |
| Binary | 11111101 | 10011 | 100100 | 0 | 1011100 | 1010110 | 1 | 101100100 | 1100010 | 110101 |
Color Harmonies of #FD1324
Complementary color
Monochromatic Colors of #FD1324
Black with #FD1324
Text Example
Text Example
White with #FD1324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1324; }
p { color: rgb(253,19,36); }
H1.HeaderClassName
{
color: #FD1324;
}
.AnyTagClassName
{
color: #FD1324;
}
</style>
background-color css
<style>
a { background-color: #FD1324; }
a { background-color: rgb(253,19,36); }
div.DivClassName
{
background-color: #FD1324;
}
.BgClassName
{
background-color: #FD1324;
}
</style>
border-color css
<style>
span { border-color: #FD1324; }
span { border-color: rgb(253,19,36); }
td.TdClassName
{
border-color: #FD1324;
}
.TagClassName
{
border-color: #FD1324;
}
</style>