Shades of Torch Red #FD1819
Tints of Torch Red #FD1819
RGB
CMYK
RGB Variations
Color information
#FD1819 (or 0xFD1819) is known color: Torch Red. HEX triplet: FD, 18 and 19. RGB value is (253,24,25). Sum of RGB (Red+Green+Blue) = 253+24+25=302 (40% of max value = 765). Red value is 253 (99.22% from 255 or 83.77% from 302); Green value is 24 (9.77% from 255 or 7.95% from 302); Blue value is 25 (10.16% from 255 or 8.28% from 302); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1819 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1819 is #02E7E6. Grayscale: #5C5C5C. Windows color (decimal): -190439 or 1644797. OLE color: 1644797.
HSL color Cylindrical-coordinate representation of color #FD1819: hue angle of 359.74º 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 #FD1819 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 24 | 25 | - |
| CMYK | 0 | 0.91 | 0.90 | 0.01 |
| HSL | 359.74º | 0.98% | 0.54% | - |
| HSV(B) | 359.74º | 0.91% | 0.99% | - |
| XYZ | 41.01 | 21.61 | 2.93 | - |
| YUV | 92.59 | 89.87 | 242.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 24 | 25 | 0 | 0.91 | 0.90 | 0.01 | 359.74 | 0.98 | 0.54 |
| Hex | FD | 18 | 19 | 0 | 5B | 5A | 1 | 168 | 62 | 36 |
| Octal | 375 | 30 | 31 | 0 | 133 | 132 | 1 | 550 | 142 | 66 |
| Binary | 11111101 | 11000 | 11001 | 0 | 1011011 | 1011010 | 1 | 101101000 | 1100010 | 110110 |
Color Harmonies of #FD1819
Complementary color
Monochromatic Colors of #FD1819
Black with #FD1819
Text Example
Text Example
White with #FD1819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1819; }
p { color: rgb(253,24,25); }
H1.HeaderClassName
{
color: #FD1819;
}
.AnyTagClassName
{
color: #FD1819;
}
</style>
background-color css
<style>
a { background-color: #FD1819; }
a { background-color: rgb(253,24,25); }
div.DivClassName
{
background-color: #FD1819;
}
.BgClassName
{
background-color: #FD1819;
}
</style>
border-color css
<style>
span { border-color: #FD1819; }
span { border-color: rgb(253,24,25); }
td.TdClassName
{
border-color: #FD1819;
}
.TagClassName
{
border-color: #FD1819;
}
</style>