Shades of Torch Red #FF242C
Tints of Torch Red #FF242C
RGB
CMYK
RGB Variations
Color information
#FF242C (or 0xFF242C) is known color: Torch Red. HEX triplet: FF, 24 and 2C. RGB value is (255,36,44). Sum of RGB (Red+Green+Blue) = 255+36+44=335 (44% of max value = 765). Red value is 255 (100% from 255 or 76.12% from 335); Green value is 36 (14.45% from 255 or 10.75% from 335); Blue value is 44 (17.58% from 255 or 13.13% from 335); Max value from RGB is 255 - color contains mainly: red. Hex color #FF242C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF242C is #00DBD3. Grayscale: #666666. Windows color (decimal): -56276 or 2893055. OLE color: 2893055.
HSL color Cylindrical-coordinate representation of color #FF242C: hue angle of 357.81º 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 #FF242C is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 36 | 44 | - |
| CMYK | 0 | 0.86 | 0.83 | 0 |
| HSL | 357.81º | 1% | 0.57% | - |
| HSV(B) | 357.81º | 0.86% | 1% | - |
| XYZ | 42.33 | 22.7 | 4.53 | - |
| YUV | 102.39 | 95.05 | 236.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 36 | 44 | 0 | 0.86 | 0.83 | 0 | 357.81 | 1 | 0.57 |
| Hex | FF | 24 | 2C | 0 | 56 | 53 | 0 | 166 | 64 | 39 |
| Octal | 377 | 44 | 54 | 0 | 126 | 123 | 0 | 546 | 144 | 71 |
| Binary | 11111111 | 100100 | 101100 | 0 | 1010110 | 1010011 | 0 | 101100110 | 1100100 | 111001 |
Color Harmonies of #FF242C
Complementary color
Monochromatic Colors of #FF242C
Black with #FF242C
Text Example
Text Example
White with #FF242C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF242C; }
p { color: rgb(255,36,44); }
H1.HeaderClassName
{
color: #FF242C;
}
.AnyTagClassName
{
color: #FF242C;
}
</style>
background-color css
<style>
a { background-color: #FF242C; }
a { background-color: rgb(255,36,44); }
div.DivClassName
{
background-color: #FF242C;
}
.BgClassName
{
background-color: #FF242C;
}
</style>
border-color css
<style>
span { border-color: #FF242C; }
span { border-color: rgb(255,36,44); }
td.TdClassName
{
border-color: #FF242C;
}
.TagClassName
{
border-color: #FF242C;
}
</style>