Shades of Torch Red #FF0928
Tints of Torch Red #FF0928
RGB
CMYK
RGB Variations
Color information
#FF0928 (or 0xFF0928) is known color: Torch Red. HEX triplet: FF, 09 and 28. RGB value is (255,9,40). Sum of RGB (Red+Green+Blue) = 255+9+40=304 (40% of max value = 765). Red value is 255 (100% from 255 or 83.88% from 304); Green value is 9 (3.91% from 255 or 2.96% from 304); Blue value is 40 (16.02% from 255 or 13.16% from 304); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0928 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0928 is #00F6D7. Grayscale: #565656. Windows color (decimal): -63192 or 2623999. OLE color: 2623999.
HSL color Cylindrical-coordinate representation of color #FF0928: hue angle of 352.44º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF0928 is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 40 | - |
| CMYK | 0 | 0.96 | 0.84 | 0 |
| HSL | 352.44º | 1% | 0.52% | - |
| HSV(B) | 352.44º | 0.96% | 1% | - |
| XYZ | 41.72 | 21.61 | 3.98 | - |
| YUV | 86.09 | 102 | 248.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 40 | 0 | 0.96 | 0.84 | 0 | 352.44 | 1 | 0.52 |
| Hex | FF | 9 | 28 | 0 | 60 | 54 | 0 | 160 | 64 | 34 |
| Octal | 377 | 11 | 50 | 0 | 140 | 124 | 0 | 540 | 144 | 64 |
| Binary | 11111111 | 1001 | 101000 | 0 | 1100000 | 1010100 | 0 | 101100000 | 1100100 | 110100 |
Color Harmonies of #FF0928
Complementary color
Monochromatic Colors of #FF0928
Black with #FF0928
Text Example
Text Example
White with #FF0928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0928; }
p { color: rgb(255,9,40); }
H1.HeaderClassName
{
color: #FF0928;
}
.AnyTagClassName
{
color: #FF0928;
}
</style>
background-color css
<style>
a { background-color: #FF0928; }
a { background-color: rgb(255,9,40); }
div.DivClassName
{
background-color: #FF0928;
}
.BgClassName
{
background-color: #FF0928;
}
</style>
border-color css
<style>
span { border-color: #FF0928; }
span { border-color: rgb(255,9,40); }
td.TdClassName
{
border-color: #FF0928;
}
.TagClassName
{
border-color: #FF0928;
}
</style>