Shades of Torch Red #FF242A
Tints of Torch Red #FF242A
RGB
CMYK
RGB Variations
Color information
#FF242A (or 0xFF242A) is known color: Torch Red. HEX triplet: FF, 24 and 2A. RGB value is (255,36,42). Sum of RGB (Red+Green+Blue) = 255+36+42=333 (44% of max value = 765). Red value is 255 (100% from 255 or 76.58% from 333); Green value is 36 (14.45% from 255 or 10.81% from 333); Blue value is 42 (16.80% from 255 or 12.61% from 333); Max value from RGB is 255 - color contains mainly: red. Hex color #FF242A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF242A is #00DBD5. Grayscale: #666666. Windows color (decimal): -56278 or 2761983. OLE color: 2761983.
HSL color Cylindrical-coordinate representation of color #FF242A: hue angle of 358.36º 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 #FF242A is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 36 | 42 | - |
| CMYK | 0 | 0.86 | 0.84 | 0 |
| HSL | 358.36º | 1% | 0.57% | - |
| HSV(B) | 358.36º | 0.86% | 1% | - |
| XYZ | 42.29 | 22.69 | 4.34 | - |
| YUV | 102.17 | 94.05 | 237.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 36 | 42 | 0 | 0.86 | 0.84 | 0 | 358.36 | 1 | 0.57 |
| Hex | FF | 24 | 2A | 0 | 56 | 54 | 0 | 166 | 64 | 39 |
| Octal | 377 | 44 | 52 | 0 | 126 | 124 | 0 | 546 | 144 | 71 |
| Binary | 11111111 | 100100 | 101010 | 0 | 1010110 | 1010100 | 0 | 101100110 | 1100100 | 111001 |
Color Harmonies of #FF242A
Complementary color
Monochromatic Colors of #FF242A
Black with #FF242A
Text Example
Text Example
White with #FF242A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF242A; }
p { color: rgb(255,36,42); }
H1.HeaderClassName
{
color: #FF242A;
}
.AnyTagClassName
{
color: #FF242A;
}
</style>
background-color css
<style>
a { background-color: #FF242A; }
a { background-color: rgb(255,36,42); }
div.DivClassName
{
background-color: #FF242A;
}
.BgClassName
{
background-color: #FF242A;
}
</style>
border-color css
<style>
span { border-color: #FF242A; }
span { border-color: rgb(255,36,42); }
td.TdClassName
{
border-color: #FF242A;
}
.TagClassName
{
border-color: #FF242A;
}
</style>