Shades of Torch Red #FF0824
Tints of Torch Red #FF0824
RGB
CMYK
RGB Variations
Color information
#FF0824 (or 0xFF0824) is known color: Torch Red. HEX triplet: FF, 08 and 24. RGB value is (255,8,36). Sum of RGB (Red+Green+Blue) = 255+8+36=299 (39% of max value = 765). Red value is 255 (100% from 255 or 85.28% from 299); Green value is 8 (3.52% from 255 or 2.68% from 299); Blue value is 36 (14.45% from 255 or 12.04% from 299); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0824 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0824 is #00F7DB. Grayscale: #555555. Windows color (decimal): -63452 or 2361599. OLE color: 2361599.
HSL color Cylindrical-coordinate representation of color #FF0824: hue angle of 353.2º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF0824 is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 8 | 36 | - |
| CMYK | 0 | 0.97 | 0.86 | 0 |
| HSL | 353.2º | 1% | 0.52% | - |
| HSV(B) | 353.2º | 0.97% | 1% | - |
| XYZ | 41.65 | 21.56 | 3.64 | - |
| YUV | 85.05 | 100.33 | 249.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 8 | 36 | 0 | 0.97 | 0.86 | 0 | 353.2 | 1 | 0.52 |
| Hex | FF | 8 | 24 | 0 | 61 | 56 | 0 | 161 | 64 | 34 |
| Octal | 377 | 10 | 44 | 0 | 141 | 126 | 0 | 541 | 144 | 64 |
| Binary | 11111111 | 1000 | 100100 | 0 | 1100001 | 1010110 | 0 | 101100001 | 1100100 | 110100 |
Color Harmonies of #FF0824
Complementary color
Monochromatic Colors of #FF0824
Black with #FF0824
Text Example
Text Example
White with #FF0824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0824; }
p { color: rgb(255,8,36); }
H1.HeaderClassName
{
color: #FF0824;
}
.AnyTagClassName
{
color: #FF0824;
}
</style>
background-color css
<style>
a { background-color: #FF0824; }
a { background-color: rgb(255,8,36); }
div.DivClassName
{
background-color: #FF0824;
}
.BgClassName
{
background-color: #FF0824;
}
</style>
border-color css
<style>
span { border-color: #FF0824; }
span { border-color: rgb(255,8,36); }
td.TdClassName
{
border-color: #FF0824;
}
.TagClassName
{
border-color: #FF0824;
}
</style>