Shades of Torch Red #FD0231
Tints of Torch Red #FD0231
RGB
CMYK
RGB Variations
Color information
#FD0231 (or 0xFD0231) is known color: Torch Red. HEX triplet: FD, 02 and 31. RGB value is (253,2,49). Sum of RGB (Red+Green+Blue) = 253+2+49=304 (40% of max value = 765). Red value is 253 (99.22% from 255 or 83.22% from 304); Green value is 2 (1.17% from 255 or 0.66% from 304); Blue value is 49 (19.53% from 255 or 16.12% from 304); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0231 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0231 is #02FDCE. Grayscale: #525252. Windows color (decimal): -196047 or 3212029. OLE color: 3212029.
HSL color Cylindrical-coordinate representation of color #FD0231: hue angle of 348.76º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FD0231 is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 2 | 49 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.01 |
| HSL | 348.77º | 0.98% | 0.5% | - |
| HSV(B) | 348.77º | 0.99% | 0.99% | - |
| XYZ | 41.08 | 21.15 | 4.82 | - |
| YUV | 82.41 | 109.16 | 249.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 2 | 49 | 0 | 0.99 | 0.81 | 0.01 | 348.77 | 0.98 | 0.5 |
| Hex | FD | 2 | 31 | 0 | 63 | 51 | 1 | 15D | 62 | 32 |
| Octal | 375 | 2 | 61 | 0 | 143 | 121 | 1 | 535 | 142 | 62 |
| Binary | 11111101 | 10 | 110001 | 0 | 1100011 | 1010001 | 1 | 101011101 | 1100010 | 110010 |
Color Harmonies of #FD0231
Complementary color
Monochromatic Colors of #FD0231
Black with #FD0231
Text Example
Text Example
White with #FD0231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0231; }
p { color: rgb(253,2,49); }
H1.HeaderClassName
{
color: #FD0231;
}
.AnyTagClassName
{
color: #FD0231;
}
</style>
background-color css
<style>
a { background-color: #FD0231; }
a { background-color: rgb(253,2,49); }
div.DivClassName
{
background-color: #FD0231;
}
.BgClassName
{
background-color: #FD0231;
}
</style>
border-color css
<style>
span { border-color: #FD0231; }
span { border-color: rgb(253,2,49); }
td.TdClassName
{
border-color: #FD0231;
}
.TagClassName
{
border-color: #FD0231;
}
</style>