Shades of Torch Red #FD183B
Tints of Torch Red #FD183B
RGB
CMYK
RGB Variations
Color information
#FD183B (or 0xFD183B) is known color: Torch Red. HEX triplet: FD, 18 and 3B. RGB value is (253,24,59). Sum of RGB (Red+Green+Blue) = 253+24+59=336 (44% of max value = 765). Red value is 253 (99.22% from 255 or 75.30% from 336); Green value is 24 (9.77% from 255 or 7.14% from 336); Blue value is 59 (23.44% from 255 or 17.56% from 336); Max value from RGB is 253 - color contains mainly: red. Hex color #FD183B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD183B is #02E7C4. Grayscale: #606060. Windows color (decimal): -190405 or 3873021. OLE color: 3873021.
HSL color Cylindrical-coordinate representation of color #FD183B: hue angle of 350.83º 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 #FD183B is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 24 | 59 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.01 |
| HSL | 350.83º | 0.98% | 0.54% | - |
| HSV(B) | 350.83º | 0.91% | 0.99% | - |
| XYZ | 41.62 | 21.85 | 6.16 | - |
| YUV | 96.46 | 106.87 | 239.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 24 | 59 | 0 | 0.91 | 0.77 | 0.01 | 350.83 | 0.98 | 0.54 |
| Hex | FD | 18 | 3B | 0 | 5B | 4D | 1 | 15F | 62 | 36 |
| Octal | 375 | 30 | 73 | 0 | 133 | 115 | 1 | 537 | 142 | 66 |
| Binary | 11111101 | 11000 | 111011 | 0 | 1011011 | 1001101 | 1 | 101011111 | 1100010 | 110110 |
Color Harmonies of #FD183B
Complementary color
Monochromatic Colors of #FD183B
Black with #FD183B
Text Example
Text Example
White with #FD183B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD183B; }
p { color: rgb(253,24,59); }
H1.HeaderClassName
{
color: #FD183B;
}
.AnyTagClassName
{
color: #FD183B;
}
</style>
background-color css
<style>
a { background-color: #FD183B; }
a { background-color: rgb(253,24,59); }
div.DivClassName
{
background-color: #FD183B;
}
.BgClassName
{
background-color: #FD183B;
}
</style>
border-color css
<style>
span { border-color: #FD183B; }
span { border-color: rgb(253,24,59); }
td.TdClassName
{
border-color: #FD183B;
}
.TagClassName
{
border-color: #FD183B;
}
</style>