Shades of Torch Red #FD1830
Tints of Torch Red #FD1830
RGB
CMYK
RGB Variations
Color information
#FD1830 (or 0xFD1830) is known color: Torch Red. HEX triplet: FD, 18 and 30. RGB value is (253,24,48). Sum of RGB (Red+Green+Blue) = 253+24+48=325 (43% of max value = 765). Red value is 253 (99.22% from 255 or 77.85% from 325); Green value is 24 (9.77% from 255 or 7.38% from 325); Blue value is 48 (19.14% from 255 or 14.77% from 325); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1830 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD1830 is #02E7CF. Grayscale: #5F5F5F. Windows color (decimal): -190416 or 3152125. OLE color: 3152125.
HSL color Cylindrical-coordinate representation of color #FD1830: hue angle of 353.71º 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 #FD1830 is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 24 | 48 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.01 |
| HSL | 353.71º | 0.98% | 0.54% | - |
| HSV(B) | 353.71º | 0.91% | 0.99% | - |
| XYZ | 41.37 | 21.75 | 4.81 | - |
| YUV | 95.21 | 101.37 | 240.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 24 | 48 | 0 | 0.91 | 0.81 | 0.01 | 353.71 | 0.98 | 0.54 |
| Hex | FD | 18 | 30 | 0 | 5B | 51 | 1 | 162 | 62 | 36 |
| Octal | 375 | 30 | 60 | 0 | 133 | 121 | 1 | 542 | 142 | 66 |
| Binary | 11111101 | 11000 | 110000 | 0 | 1011011 | 1010001 | 1 | 101100010 | 1100010 | 110110 |
Color Harmonies of #FD1830
Complementary color
Monochromatic Colors of #FD1830
Black with #FD1830
Text Example
Text Example
White with #FD1830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1830; }
p { color: rgb(253,24,48); }
H1.HeaderClassName
{
color: #FD1830;
}
.AnyTagClassName
{
color: #FD1830;
}
</style>
background-color css
<style>
a { background-color: #FD1830; }
a { background-color: rgb(253,24,48); }
div.DivClassName
{
background-color: #FD1830;
}
.BgClassName
{
background-color: #FD1830;
}
</style>
border-color css
<style>
span { border-color: #FD1830; }
span { border-color: rgb(253,24,48); }
td.TdClassName
{
border-color: #FD1830;
}
.TagClassName
{
border-color: #FD1830;
}
</style>