Shades of Torch Red #FD184B
Tints of Torch Red #FD184B
RGB
CMYK
RGB Variations
Color information
#FD184B (or 0xFD184B) is known color: Torch Red. HEX triplet: FD, 18 and 4B. RGB value is (253,24,75). Sum of RGB (Red+Green+Blue) = 253+24+75=352 (46% of max value = 765). Red value is 253 (99.22% from 255 or 71.88% from 352); Green value is 24 (9.77% from 255 or 6.82% from 352); Blue value is 75 (29.69% from 255 or 21.31% from 352); Max value from RGB is 253 - color contains mainly: red. Hex color #FD184B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD184B is #02E7B4. Grayscale: #626262. Windows color (decimal): -190389 or 4921597. OLE color: 4921597.
HSL color Cylindrical-coordinate representation of color #FD184B: hue angle of 346.64º 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 #FD184B is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 24 | 75 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.01 |
| HSL | 346.64º | 0.98% | 0.54% | - |
| HSV(B) | 346.64º | 0.91% | 0.99% | - |
| XYZ | 42.1 | 22.04 | 8.69 | - |
| YUV | 98.29 | 114.87 | 238.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 24 | 75 | 0 | 0.91 | 0.70 | 0.01 | 346.64 | 0.98 | 0.54 |
| Hex | FD | 18 | 4B | 0 | 5B | 46 | 1 | 15B | 62 | 36 |
| Octal | 375 | 30 | 113 | 0 | 133 | 106 | 1 | 533 | 142 | 66 |
| Binary | 11111101 | 11000 | 1001011 | 0 | 1011011 | 1000110 | 1 | 101011011 | 1100010 | 110110 |
Color Harmonies of #FD184B
Complementary color
Monochromatic Colors of #FD184B
Black with #FD184B
Text Example
Text Example
White with #FD184B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD184B; }
p { color: rgb(253,24,75); }
H1.HeaderClassName
{
color: #FD184B;
}
.AnyTagClassName
{
color: #FD184B;
}
</style>
background-color css
<style>
a { background-color: #FD184B; }
a { background-color: rgb(253,24,75); }
div.DivClassName
{
background-color: #FD184B;
}
.BgClassName
{
background-color: #FD184B;
}
</style>
border-color css
<style>
span { border-color: #FD184B; }
span { border-color: rgb(253,24,75); }
td.TdClassName
{
border-color: #FD184B;
}
.TagClassName
{
border-color: #FD184B;
}
</style>