Shades of Torch Red #FF2436
Tints of Torch Red #FF2436
RGB
CMYK
RGB Variations
Color information
#FF2436 (or 0xFF2436) is known color: Torch Red. HEX triplet: FF, 24 and 36. RGB value is (255,36,54). Sum of RGB (Red+Green+Blue) = 255+36+54=345 (45% of max value = 765). Red value is 255 (100% from 255 or 73.91% from 345); Green value is 36 (14.45% from 255 or 10.43% from 345); Blue value is 54 (21.48% from 255 or 15.65% from 345); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2436 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2436 is #00DBC9. Grayscale: #676767. Windows color (decimal): -56266 or 3548415. OLE color: 3548415.
HSL color Cylindrical-coordinate representation of color #FF2436: hue angle of 355.07º 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 #FF2436 is Cyan = 0, Magento = 0.86, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 36 | 54 | - |
| CMYK | 0 | 0.86 | 0.79 | 0 |
| HSL | 355.07º | 1% | 0.57% | - |
| HSV(B) | 355.07º | 0.86% | 1% | - |
| XYZ | 42.54 | 22.79 | 5.65 | - |
| YUV | 103.53 | 100.05 | 236.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 36 | 54 | 0 | 0.86 | 0.79 | 0 | 355.07 | 1 | 0.57 |
| Hex | FF | 24 | 36 | 0 | 56 | 4F | 0 | 163 | 64 | 39 |
| Octal | 377 | 44 | 66 | 0 | 126 | 117 | 0 | 543 | 144 | 71 |
| Binary | 11111111 | 100100 | 110110 | 0 | 1010110 | 1001111 | 0 | 101100011 | 1100100 | 111001 |
Color Harmonies of #FF2436
Complementary color
Monochromatic Colors of #FF2436
Black with #FF2436
Text Example
Text Example
White with #FF2436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2436; }
p { color: rgb(255,36,54); }
H1.HeaderClassName
{
color: #FF2436;
}
.AnyTagClassName
{
color: #FF2436;
}
</style>
background-color css
<style>
a { background-color: #FF2436; }
a { background-color: rgb(255,36,54); }
div.DivClassName
{
background-color: #FF2436;
}
.BgClassName
{
background-color: #FF2436;
}
</style>
border-color css
<style>
span { border-color: #FF2436; }
span { border-color: rgb(255,36,54); }
td.TdClassName
{
border-color: #FF2436;
}
.TagClassName
{
border-color: #FF2436;
}
</style>