Shades of Torch Red #FF243B
Tints of Torch Red #FF243B
RGB
CMYK
RGB Variations
Color information
#FF243B (or 0xFF243B) is known color: Torch Red. HEX triplet: FF, 24 and 3B. RGB value is (255,36,59). Sum of RGB (Red+Green+Blue) = 255+36+59=350 (46% of max value = 765). Red value is 255 (100% from 255 or 72.86% from 350); Green value is 36 (14.45% from 255 or 10.29% from 350); Blue value is 59 (23.44% from 255 or 16.86% from 350); Max value from RGB is 255 - color contains mainly: red. Hex color #FF243B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF243B is #00DBC4. Grayscale: #686868. Windows color (decimal): -56261 or 3876095. OLE color: 3876095.
HSL color Cylindrical-coordinate representation of color #FF243B: hue angle of 353.7º 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 #FF243B is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 36 | 59 | - |
| CMYK | 0 | 0.86 | 0.77 | 0 |
| HSL | 353.7º | 1% | 0.57% | - |
| HSV(B) | 353.7º | 0.86% | 1% | - |
| XYZ | 42.66 | 22.84 | 6.3 | - |
| YUV | 104.1 | 102.55 | 235.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 36 | 59 | 0 | 0.86 | 0.77 | 0 | 353.7 | 1 | 0.57 |
| Hex | FF | 24 | 3B | 0 | 56 | 4D | 0 | 162 | 64 | 39 |
| Octal | 377 | 44 | 73 | 0 | 126 | 115 | 0 | 542 | 144 | 71 |
| Binary | 11111111 | 100100 | 111011 | 0 | 1010110 | 1001101 | 0 | 101100010 | 1100100 | 111001 |
Color Harmonies of #FF243B
Complementary color
Monochromatic Colors of #FF243B
Black with #FF243B
Text Example
Text Example
White with #FF243B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF243B; }
p { color: rgb(255,36,59); }
H1.HeaderClassName
{
color: #FF243B;
}
.AnyTagClassName
{
color: #FF243B;
}
</style>
background-color css
<style>
a { background-color: #FF243B; }
a { background-color: rgb(255,36,59); }
div.DivClassName
{
background-color: #FF243B;
}
.BgClassName
{
background-color: #FF243B;
}
</style>
border-color css
<style>
span { border-color: #FF243B; }
span { border-color: rgb(255,36,59); }
td.TdClassName
{
border-color: #FF243B;
}
.TagClassName
{
border-color: #FF243B;
}
</style>