Shades of Torch Red #FD033B
Tints of Torch Red #FD033B
RGB
CMYK
RGB Variations
Color information
#FD033B (or 0xFD033B) is known color: Torch Red. HEX triplet: FD, 03 and 3B. RGB value is (253,3,59). Sum of RGB (Red+Green+Blue) = 253+3+59=315 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.32% from 315); Green value is 3 (1.56% from 255 or 0.95% from 315); Blue value is 59 (23.44% from 255 or 18.73% from 315); Max value from RGB is 253 - color contains mainly: red. Hex color #FD033B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD033B is #02FCC4. Grayscale: #545454. Windows color (decimal): -195781 or 3867645. OLE color: 3867645.
HSL color Cylindrical-coordinate representation of color #FD033B: hue angle of 346.56º 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 #FD033B is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 3 | 59 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.01 |
| HSL | 346.56º | 0.98% | 0.5% | - |
| HSV(B) | 346.56º | 0.99% | 0.99% | - |
| XYZ | 41.33 | 21.26 | 6.06 | - |
| YUV | 84.13 | 113.83 | 248.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 3 | 59 | 0 | 0.99 | 0.77 | 0.01 | 346.56 | 0.98 | 0.5 |
| Hex | FD | 3 | 3B | 0 | 63 | 4D | 1 | 15B | 62 | 32 |
| Octal | 375 | 3 | 73 | 0 | 143 | 115 | 1 | 533 | 142 | 62 |
| Binary | 11111101 | 11 | 111011 | 0 | 1100011 | 1001101 | 1 | 101011011 | 1100010 | 110010 |
Color Harmonies of #FD033B
Complementary color
Monochromatic Colors of #FD033B
Black with #FD033B
Text Example
Text Example
White with #FD033B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD033B; }
p { color: rgb(253,3,59); }
H1.HeaderClassName
{
color: #FD033B;
}
.AnyTagClassName
{
color: #FD033B;
}
</style>
background-color css
<style>
a { background-color: #FD033B; }
a { background-color: rgb(253,3,59); }
div.DivClassName
{
background-color: #FD033B;
}
.BgClassName
{
background-color: #FD033B;
}
</style>
border-color css
<style>
span { border-color: #FD033B; }
span { border-color: rgb(253,3,59); }
td.TdClassName
{
border-color: #FD033B;
}
.TagClassName
{
border-color: #FD033B;
}
</style>