Shades of Torch Red #FD183C
Tints of Torch Red #FD183C
RGB
CMYK
RGB Variations
Color information
#FD183C (or 0xFD183C) is known color: Torch Red. HEX triplet: FD, 18 and 3C. RGB value is (253,24,60). Sum of RGB (Red+Green+Blue) = 253+24+60=337 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.07% from 337); Green value is 24 (9.77% from 255 or 7.12% from 337); Blue value is 60 (23.83% from 255 or 17.80% from 337); Max value from RGB is 253 - color contains mainly: red. Hex color #FD183C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD183C is #02E7C3. Grayscale: #606060. Windows color (decimal): -190404 or 3938557. OLE color: 3938557.
HSL color Cylindrical-coordinate representation of color #FD183C: hue angle of 350.57º 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 #FD183C is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 24 | 60 | - |
| CMYK | 0 | 0.91 | 0.76 | 0.01 |
| HSL | 350.57º | 0.98% | 0.54% | - |
| HSV(B) | 350.57º | 0.91% | 0.99% | - |
| XYZ | 41.65 | 21.86 | 6.3 | - |
| YUV | 96.58 | 107.37 | 239.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 24 | 60 | 0 | 0.91 | 0.76 | 0.01 | 350.57 | 0.98 | 0.54 |
| Hex | FD | 18 | 3C | 0 | 5B | 4C | 1 | 15F | 62 | 36 |
| Octal | 375 | 30 | 74 | 0 | 133 | 114 | 1 | 537 | 142 | 66 |
| Binary | 11111101 | 11000 | 111100 | 0 | 1011011 | 1001100 | 1 | 101011111 | 1100010 | 110110 |
Color Harmonies of #FD183C
Complementary color
Monochromatic Colors of #FD183C
Black with #FD183C
Text Example
Text Example
White with #FD183C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD183C; }
p { color: rgb(253,24,60); }
H1.HeaderClassName
{
color: #FD183C;
}
.AnyTagClassName
{
color: #FD183C;
}
</style>
background-color css
<style>
a { background-color: #FD183C; }
a { background-color: rgb(253,24,60); }
div.DivClassName
{
background-color: #FD183C;
}
.BgClassName
{
background-color: #FD183C;
}
</style>
border-color css
<style>
span { border-color: #FD183C; }
span { border-color: rgb(253,24,60); }
td.TdClassName
{
border-color: #FD183C;
}
.TagClassName
{
border-color: #FD183C;
}
</style>