Shades of Torch Red #FD181C
Tints of Torch Red #FD181C
RGB
CMYK
RGB Variations
Color information
#FD181C (or 0xFD181C) is known color: Torch Red. HEX triplet: FD, 18 and 1C. RGB value is (253,24,28). Sum of RGB (Red+Green+Blue) = 253+24+28=305 (40% of max value = 765). Red value is 253 (99.22% from 255 or 82.95% from 305); Green value is 24 (9.77% from 255 or 7.87% from 305); Blue value is 28 (11.33% from 255 or 9.18% from 305); Max value from RGB is 253 - color contains mainly: red. Hex color #FD181C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD181C is #02E7E3. Grayscale: #5D5D5D. Windows color (decimal): -190436 or 1841405. OLE color: 1841405.
HSL color Cylindrical-coordinate representation of color #FD181C: hue angle of 358.95º 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 #FD181C is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 24 | 28 | - |
| CMYK | 0 | 0.91 | 0.89 | 0.01 |
| HSL | 358.95º | 0.98% | 0.54% | - |
| HSV(B) | 358.95º | 0.91% | 0.99% | - |
| XYZ | 41.04 | 21.62 | 3.11 | - |
| YUV | 92.93 | 91.37 | 242.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 24 | 28 | 0 | 0.91 | 0.89 | 0.01 | 358.95 | 0.98 | 0.54 |
| Hex | FD | 18 | 1C | 0 | 5B | 59 | 1 | 167 | 62 | 36 |
| Octal | 375 | 30 | 34 | 0 | 133 | 131 | 1 | 547 | 142 | 66 |
| Binary | 11111101 | 11000 | 11100 | 0 | 1011011 | 1011001 | 1 | 101100111 | 1100010 | 110110 |
Color Harmonies of #FD181C
Complementary color
Monochromatic Colors of #FD181C
Black with #FD181C
Text Example
Text Example
White with #FD181C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD181C; }
p { color: rgb(253,24,28); }
H1.HeaderClassName
{
color: #FD181C;
}
.AnyTagClassName
{
color: #FD181C;
}
</style>
background-color css
<style>
a { background-color: #FD181C; }
a { background-color: rgb(253,24,28); }
div.DivClassName
{
background-color: #FD181C;
}
.BgClassName
{
background-color: #FD181C;
}
</style>
border-color css
<style>
span { border-color: #FD181C; }
span { border-color: rgb(253,24,28); }
td.TdClassName
{
border-color: #FD181C;
}
.TagClassName
{
border-color: #FD181C;
}
</style>