Shades of Torch Red #FD0928
Tints of Torch Red #FD0928
RGB
CMYK
RGB Variations
Color information
#FD0928 (or 0xFD0928) is known color: Torch Red. HEX triplet: FD, 09 and 28. RGB value is (253,9,40). Sum of RGB (Red+Green+Blue) = 253+9+40=302 (40% of max value = 765). Red value is 253 (99.22% from 255 or 83.77% from 302); Green value is 9 (3.91% from 255 or 2.98% from 302); Blue value is 40 (16.02% from 255 or 13.25% from 302); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0928 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0928 is #02F6D7. Grayscale: #555555. Windows color (decimal): -194264 or 2623997. OLE color: 2623997.
HSL color Cylindrical-coordinate representation of color #FD0928: hue angle of 352.38º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FD0928 is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 9 | 40 | - |
| CMYK | 0 | 0.96 | 0.84 | 0.01 |
| HSL | 352.38º | 0.98% | 0.51% | - |
| HSV(B) | 352.38º | 0.96% | 0.99% | - |
| XYZ | 40.99 | 21.23 | 3.95 | - |
| YUV | 85.49 | 102.34 | 247.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 9 | 40 | 0 | 0.96 | 0.84 | 0.01 | 352.38 | 0.98 | 0.51 |
| Hex | FD | 9 | 28 | 0 | 60 | 54 | 1 | 160 | 62 | 33 |
| Octal | 375 | 11 | 50 | 0 | 140 | 124 | 1 | 540 | 142 | 63 |
| Binary | 11111101 | 1001 | 101000 | 0 | 1100000 | 1010100 | 1 | 101100000 | 1100010 | 110011 |
Color Harmonies of #FD0928
Complementary color
Monochromatic Colors of #FD0928
Black with #FD0928
Text Example
Text Example
White with #FD0928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0928; }
p { color: rgb(253,9,40); }
H1.HeaderClassName
{
color: #FD0928;
}
.AnyTagClassName
{
color: #FD0928;
}
</style>
background-color css
<style>
a { background-color: #FD0928; }
a { background-color: rgb(253,9,40); }
div.DivClassName
{
background-color: #FD0928;
}
.BgClassName
{
background-color: #FD0928;
}
</style>
border-color css
<style>
span { border-color: #FD0928; }
span { border-color: rgb(253,9,40); }
td.TdClassName
{
border-color: #FD0928;
}
.TagClassName
{
border-color: #FD0928;
}
</style>