Shades of Torch Red #FD0348
Tints of Torch Red #FD0348
RGB
CMYK
RGB Variations
Color information
#FD0348 (or 0xFD0348) is known color: Torch Red. HEX triplet: FD, 03 and 48. RGB value is (253,3,72). Sum of RGB (Red+Green+Blue) = 253+3+72=328 (43% of max value = 765). Red value is 253 (99.22% from 255 or 77.13% from 328); Green value is 3 (1.56% from 255 or 0.91% from 328); Blue value is 72 (28.52% from 255 or 21.95% from 328); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0348 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0348 is #02FCB7. Grayscale: #555555. Windows color (decimal): -195768 or 4719613. OLE color: 4719613.
HSL color Cylindrical-coordinate representation of color #FD0348: hue angle of 343.44º 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 #FD0348 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 3 | 72 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.01 |
| HSL | 343.44º | 0.98% | 0.5% | - |
| HSV(B) | 343.44º | 0.99% | 0.99% | - |
| XYZ | 41.71 | 21.42 | 8.07 | - |
| YUV | 85.62 | 120.33 | 247.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 3 | 72 | 0 | 0.99 | 0.72 | 0.01 | 343.44 | 0.98 | 0.5 |
| Hex | FD | 3 | 48 | 0 | 63 | 48 | 1 | 157 | 62 | 32 |
| Octal | 375 | 3 | 110 | 0 | 143 | 110 | 1 | 527 | 142 | 62 |
| Binary | 11111101 | 11 | 1001000 | 0 | 1100011 | 1001000 | 1 | 101010111 | 1100010 | 110010 |
Color Harmonies of #FD0348
Complementary color
Monochromatic Colors of #FD0348
Black with #FD0348
Text Example
Text Example
White with #FD0348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0348; }
p { color: rgb(253,3,72); }
H1.HeaderClassName
{
color: #FD0348;
}
.AnyTagClassName
{
color: #FD0348;
}
</style>
background-color css
<style>
a { background-color: #FD0348; }
a { background-color: rgb(253,3,72); }
div.DivClassName
{
background-color: #FD0348;
}
.BgClassName
{
background-color: #FD0348;
}
</style>
border-color css
<style>
span { border-color: #FD0348; }
span { border-color: rgb(253,3,72); }
td.TdClassName
{
border-color: #FD0348;
}
.TagClassName
{
border-color: #FD0348;
}
</style>