Shades of Torch Red #FD023B
Tints of Torch Red #FD023B
RGB
CMYK
RGB Variations
Color information
#FD023B (or 0xFD023B) is known color: Torch Red. HEX triplet: FD, 02 and 3B. RGB value is (253,2,59). Sum of RGB (Red+Green+Blue) = 253+2+59=314 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.57% from 314); Green value is 2 (1.17% from 255 or 0.64% from 314); Blue value is 59 (23.44% from 255 or 18.79% from 314); Max value from RGB is 253 - color contains mainly: red. Hex color #FD023B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD023B is #02FDC4. Grayscale: #535353. Windows color (decimal): -196037 or 3867389. OLE color: 3867389.
HSL color Cylindrical-coordinate representation of color #FD023B: hue angle of 346.37º 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 #FD023B is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 2 | 59 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.01 |
| HSL | 346.37º | 0.98% | 0.5% | - |
| HSV(B) | 346.37º | 0.99% | 0.99% | - |
| XYZ | 41.32 | 21.24 | 6.06 | - |
| YUV | 83.55 | 114.16 | 248.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 2 | 59 | 0 | 0.99 | 0.77 | 0.01 | 346.37 | 0.98 | 0.5 |
| Hex | FD | 2 | 3B | 0 | 63 | 4D | 1 | 15A | 62 | 32 |
| Octal | 375 | 2 | 73 | 0 | 143 | 115 | 1 | 532 | 142 | 62 |
| Binary | 11111101 | 10 | 111011 | 0 | 1100011 | 1001101 | 1 | 101011010 | 1100010 | 110010 |
Color Harmonies of #FD023B
Complementary color
Monochromatic Colors of #FD023B
Black with #FD023B
Text Example
Text Example
White with #FD023B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD023B; }
p { color: rgb(253,2,59); }
H1.HeaderClassName
{
color: #FD023B;
}
.AnyTagClassName
{
color: #FD023B;
}
</style>
background-color css
<style>
a { background-color: #FD023B; }
a { background-color: rgb(253,2,59); }
div.DivClassName
{
background-color: #FD023B;
}
.BgClassName
{
background-color: #FD023B;
}
</style>
border-color css
<style>
span { border-color: #FD023B; }
span { border-color: rgb(253,2,59); }
td.TdClassName
{
border-color: #FD023B;
}
.TagClassName
{
border-color: #FD023B;
}
</style>