Shades of Torch Red #FD0330
Tints of Torch Red #FD0330
RGB
CMYK
RGB Variations
Color information
#FD0330 (or 0xFD0330) is known color: Torch Red. HEX triplet: FD, 03 and 30. RGB value is (253,3,48). Sum of RGB (Red+Green+Blue) = 253+3+48=304 (40% of max value = 765). Red value is 253 (99.22% from 255 or 83.22% from 304); Green value is 3 (1.56% from 255 or 0.99% from 304); Blue value is 48 (19.14% from 255 or 15.79% from 304); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0330 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0330 is #02FCCF. Grayscale: #525252. Windows color (decimal): -195792 or 3146749. OLE color: 3146749.
HSL color Cylindrical-coordinate representation of color #FD0330: hue angle of 349.2º 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 #FD0330 is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 3 | 48 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.01 |
| HSL | 349.2º | 0.98% | 0.5% | - |
| HSV(B) | 349.2º | 0.99% | 0.99% | - |
| XYZ | 41.07 | 21.16 | 4.72 | - |
| YUV | 82.88 | 108.33 | 249.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 3 | 48 | 0 | 0.99 | 0.81 | 0.01 | 349.2 | 0.98 | 0.5 |
| Hex | FD | 3 | 30 | 0 | 63 | 51 | 1 | 15D | 62 | 32 |
| Octal | 375 | 3 | 60 | 0 | 143 | 121 | 1 | 535 | 142 | 62 |
| Binary | 11111101 | 11 | 110000 | 0 | 1100011 | 1010001 | 1 | 101011101 | 1100010 | 110010 |
Color Harmonies of #FD0330
Complementary color
Monochromatic Colors of #FD0330
Black with #FD0330
Text Example
Text Example
White with #FD0330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0330; }
p { color: rgb(253,3,48); }
H1.HeaderClassName
{
color: #FD0330;
}
.AnyTagClassName
{
color: #FD0330;
}
</style>
background-color css
<style>
a { background-color: #FD0330; }
a { background-color: rgb(253,3,48); }
div.DivClassName
{
background-color: #FD0330;
}
.BgClassName
{
background-color: #FD0330;
}
</style>
border-color css
<style>
span { border-color: #FD0330; }
span { border-color: rgb(253,3,48); }
td.TdClassName
{
border-color: #FD0330;
}
.TagClassName
{
border-color: #FD0330;
}
</style>