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