Shades of Torch Red #FD031E
Tints of Torch Red #FD031E
RGB
CMYK
RGB Variations
Color information
#FD031E (or 0xFD031E) is known color: Torch Red. HEX triplet: FD, 03 and 1E. RGB value is (253,3,30). Sum of RGB (Red+Green+Blue) = 253+3+30=286 (37% of max value = 765). Red value is 253 (99.22% from 255 or 88.46% from 286); Green value is 3 (1.56% from 255 or 1.05% from 286); Blue value is 30 (12.11% from 255 or 10.49% from 286); Max value from RGB is 253 - color contains mainly: red. Hex color #FD031E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD031E is #02FCE1. Grayscale: #505050. Windows color (decimal): -195810 or 1967101. OLE color: 1967101.
HSL color Cylindrical-coordinate representation of color #FD031E: hue angle of 353.52º 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 #FD031E is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 3 | 30 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.01 |
| HSL | 353.52º | 0.98% | 0.5% | - |
| HSV(B) | 353.52º | 0.99% | 0.99% | - |
| XYZ | 40.77 | 21.04 | 3.14 | - |
| YUV | 80.83 | 99.33 | 250.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 3 | 30 | 0 | 0.99 | 0.88 | 0.01 | 353.52 | 0.98 | 0.5 |
| Hex | FD | 3 | 1E | 0 | 63 | 58 | 1 | 162 | 62 | 32 |
| Octal | 375 | 3 | 36 | 0 | 143 | 130 | 1 | 542 | 142 | 62 |
| Binary | 11111101 | 11 | 11110 | 0 | 1100011 | 1011000 | 1 | 101100010 | 1100010 | 110010 |
Color Harmonies of #FD031E
Complementary color
Monochromatic Colors of #FD031E
Black with #FD031E
Text Example
Text Example
White with #FD031E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD031E; }
p { color: rgb(253,3,30); }
H1.HeaderClassName
{
color: #FD031E;
}
.AnyTagClassName
{
color: #FD031E;
}
</style>
background-color css
<style>
a { background-color: #FD031E; }
a { background-color: rgb(253,3,30); }
div.DivClassName
{
background-color: #FD031E;
}
.BgClassName
{
background-color: #FD031E;
}
</style>
border-color css
<style>
span { border-color: #FD031E; }
span { border-color: rgb(253,3,30); }
td.TdClassName
{
border-color: #FD031E;
}
.TagClassName
{
border-color: #FD031E;
}
</style>