Shades of Torch Red #FF2024
Tints of Torch Red #FF2024
RGB
CMYK
RGB Variations
Color information
#FF2024 (or 0xFF2024) is known color: Torch Red. HEX triplet: FF, 20 and 24. RGB value is (255,32,36). Sum of RGB (Red+Green+Blue) = 255+32+36=323 (42% of max value = 765). Red value is 255 (100% from 255 or 78.95% from 323); Green value is 32 (12.89% from 255 or 9.91% from 323); Blue value is 36 (14.45% from 255 or 11.15% from 323); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2024 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2024 is #00DFDB. Grayscale: #636363. Windows color (decimal): -57308 or 2367743. OLE color: 2367743.
HSL color Cylindrical-coordinate representation of color #FF2024: hue angle of 358.92º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF2024 is Cyan = 0, Magento = 0.87, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 32 | 36 | - |
| CMYK | 0 | 0.87 | 0.86 | 0 |
| HSL | 358.92º | 1% | 0.56% | - |
| HSV(B) | 358.92º | 0.87% | 1% | - |
| XYZ | 42.07 | 22.42 | 3.78 | - |
| YUV | 99.13 | 92.38 | 239.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 32 | 36 | 0 | 0.87 | 0.86 | 0 | 358.92 | 1 | 0.56 |
| Hex | FF | 20 | 24 | 0 | 57 | 56 | 0 | 167 | 64 | 38 |
| Octal | 377 | 40 | 44 | 0 | 127 | 126 | 0 | 547 | 144 | 70 |
| Binary | 11111111 | 100000 | 100100 | 0 | 1010111 | 1010110 | 0 | 101100111 | 1100100 | 111000 |
Color Harmonies of #FF2024
Complementary color
Monochromatic Colors of #FF2024
Black with #FF2024
Text Example
Text Example
White with #FF2024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2024; }
p { color: rgb(255,32,36); }
H1.HeaderClassName
{
color: #FF2024;
}
.AnyTagClassName
{
color: #FF2024;
}
</style>
background-color css
<style>
a { background-color: #FF2024; }
a { background-color: rgb(255,32,36); }
div.DivClassName
{
background-color: #FF2024;
}
.BgClassName
{
background-color: #FF2024;
}
</style>
border-color css
<style>
span { border-color: #FF2024; }
span { border-color: rgb(255,32,36); }
td.TdClassName
{
border-color: #FF2024;
}
.TagClassName
{
border-color: #FF2024;
}
</style>