Shades of Torch Red #FD0023
Tints of Torch Red #FD0023
RGB
CMYK
RGB Variations
Color information
#FD0023 (or 0xFD0023) is known color: Torch Red. HEX triplet: FD, 00 and 23. RGB value is (253,0,35). Sum of RGB (Red+Green+Blue) = 253+0+35=288 (38% of max value = 765). Red value is 253 (99.22% from 255 or 87.85% from 288); Green value is 0 (0.39% from 255 or 0% from 288); Blue value is 35 (14.06% from 255 or 12.15% from 288); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0023 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0023 is #02FFDC. Grayscale: #4F4F4F. Windows color (decimal): -196573 or 2294013. OLE color: 2294013.
HSL color Cylindrical-coordinate representation of color #FD0023: hue angle of 351.7º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD0023 is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 0 | 35 | - |
| CMYK | 0 | 1 | 0.86 | 0.01 |
| HSL | 351.7º | 1% | 0.5% | - |
| HSV(B) | 351.7º | 1% | 0.99% | - |
| XYZ | 40.81 | 21 | 3.49 | - |
| YUV | 79.64 | 102.82 | 251.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 0 | 35 | 0 | 1 | 0.86 | 0.01 | 351.7 | 1 | 0.5 |
| Hex | FD | 0 | 23 | 0 | 64 | 56 | 1 | 160 | 64 | 32 |
| Octal | 375 | 0 | 43 | 0 | 144 | 126 | 1 | 540 | 144 | 62 |
| Binary | 11111101 | 0 | 100011 | 0 | 1100100 | 1010110 | 1 | 101100000 | 1100100 | 110010 |
Color Harmonies of #FD0023
Complementary color
Monochromatic Colors of #FD0023
Black with #FD0023
Text Example
Text Example
White with #FD0023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0023; }
p { color: rgb(253,0,35); }
H1.HeaderClassName
{
color: #FD0023;
}
.AnyTagClassName
{
color: #FD0023;
}
</style>
background-color css
<style>
a { background-color: #FD0023; }
a { background-color: rgb(253,0,35); }
div.DivClassName
{
background-color: #FD0023;
}
.BgClassName
{
background-color: #FD0023;
}
</style>
border-color css
<style>
span { border-color: #FD0023; }
span { border-color: rgb(253,0,35); }
td.TdClassName
{
border-color: #FD0023;
}
.TagClassName
{
border-color: #FD0023;
}
</style>