Shades of Torch Red #FF2324
Tints of Torch Red #FF2324
RGB
CMYK
RGB Variations
Color information
#FF2324 (or 0xFF2324) is known color: Torch Red. HEX triplet: FF, 23 and 24. RGB value is (255,35,36). Sum of RGB (Red+Green+Blue) = 255+35+36=326 (43% of max value = 765). Red value is 255 (100% from 255 or 78.22% from 326); Green value is 35 (14.06% from 255 or 10.74% from 326); Blue value is 36 (14.45% from 255 or 11.04% from 326); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2324 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2324 is #00DCDB. Grayscale: #656565. Windows color (decimal): -56540 or 2368511. OLE color: 2368511.
HSL color Cylindrical-coordinate representation of color #FF2324: hue angle of 359.73º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FF2324 is Cyan = 0, Magento = 0.86, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 35 | 36 | - |
| CMYK | 0 | 0.86 | 0.86 | 0 |
| HSL | 359.73º | 1% | 0.57% | - |
| HSV(B) | 359.73º | 0.86% | 1% | - |
| XYZ | 42.16 | 22.59 | 3.81 | - |
| YUV | 100.89 | 91.39 | 237.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 35 | 36 | 0 | 0.86 | 0.86 | 0 | 359.73 | 1 | 0.57 |
| Hex | FF | 23 | 24 | 0 | 56 | 56 | 0 | 168 | 64 | 39 |
| Octal | 377 | 43 | 44 | 0 | 126 | 126 | 0 | 550 | 144 | 71 |
| Binary | 11111111 | 100011 | 100100 | 0 | 1010110 | 1010110 | 0 | 101101000 | 1100100 | 111001 |
Color Harmonies of #FF2324
Complementary color
Monochromatic Colors of #FF2324
Black with #FF2324
Text Example
Text Example
White with #FF2324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2324; }
p { color: rgb(255,35,36); }
H1.HeaderClassName
{
color: #FF2324;
}
.AnyTagClassName
{
color: #FF2324;
}
</style>
background-color css
<style>
a { background-color: #FF2324; }
a { background-color: rgb(255,35,36); }
div.DivClassName
{
background-color: #FF2324;
}
.BgClassName
{
background-color: #FF2324;
}
</style>
border-color css
<style>
span { border-color: #FF2324; }
span { border-color: rgb(255,35,36); }
td.TdClassName
{
border-color: #FF2324;
}
.TagClassName
{
border-color: #FF2324;
}
</style>