Shades of Torch Red #FD1827
Tints of Torch Red #FD1827
RGB
CMYK
RGB Variations
Color information
#FD1827 (or 0xFD1827) is known color: Torch Red. HEX triplet: FD, 18 and 27. RGB value is (253,24,39). Sum of RGB (Red+Green+Blue) = 253+24+39=316 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.06% from 316); Green value is 24 (9.77% from 255 or 7.59% from 316); Blue value is 39 (15.62% from 255 or 12.34% from 316); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1827 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1827 is #02E7D8. Grayscale: #5E5E5E. Windows color (decimal): -190425 or 2562301. OLE color: 2562301.
HSL color Cylindrical-coordinate representation of color #FD1827: hue angle of 356.07º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FD1827 is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 24 | 39 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.01 |
| HSL | 356.07º | 0.98% | 0.54% | - |
| HSV(B) | 356.07º | 0.91% | 0.99% | - |
| XYZ | 41.2 | 21.68 | 3.93 | - |
| YUV | 94.18 | 96.87 | 241.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 24 | 39 | 0 | 0.91 | 0.85 | 0.01 | 356.07 | 0.98 | 0.54 |
| Hex | FD | 18 | 27 | 0 | 5B | 55 | 1 | 164 | 62 | 36 |
| Octal | 375 | 30 | 47 | 0 | 133 | 125 | 1 | 544 | 142 | 66 |
| Binary | 11111101 | 11000 | 100111 | 0 | 1011011 | 1010101 | 1 | 101100100 | 1100010 | 110110 |
Color Harmonies of #FD1827
Complementary color
Monochromatic Colors of #FD1827
Black with #FD1827
Text Example
Text Example
White with #FD1827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1827; }
p { color: rgb(253,24,39); }
H1.HeaderClassName
{
color: #FD1827;
}
.AnyTagClassName
{
color: #FD1827;
}
</style>
background-color css
<style>
a { background-color: #FD1827; }
a { background-color: rgb(253,24,39); }
div.DivClassName
{
background-color: #FD1827;
}
.BgClassName
{
background-color: #FD1827;
}
</style>
border-color css
<style>
span { border-color: #FD1827; }
span { border-color: rgb(253,24,39); }
td.TdClassName
{
border-color: #FD1827;
}
.TagClassName
{
border-color: #FD1827;
}
</style>