Shades of Torch Red #FF2429
Tints of Torch Red #FF2429
RGB
CMYK
RGB Variations
Color information
#FF2429 (or 0xFF2429) is known color: Torch Red. HEX triplet: FF, 24 and 29. RGB value is (255,36,41). Sum of RGB (Red+Green+Blue) = 255+36+41=332 (43% of max value = 765). Red value is 255 (100% from 255 or 76.81% from 332); Green value is 36 (14.45% from 255 or 10.84% from 332); Blue value is 41 (16.41% from 255 or 12.35% from 332); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2429 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2429 is #00DBD6. Grayscale: #666666. Windows color (decimal): -56279 or 2696447. OLE color: 2696447.
HSL color Cylindrical-coordinate representation of color #FF2429: hue angle of 358.63º 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 #FF2429 is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 36 | 41 | - |
| CMYK | 0 | 0.86 | 0.84 | 0 |
| HSL | 358.63º | 1% | 0.57% | - |
| HSV(B) | 358.63º | 0.86% | 1% | - |
| XYZ | 42.27 | 22.68 | 4.25 | - |
| YUV | 102.05 | 93.55 | 237.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 36 | 41 | 0 | 0.86 | 0.84 | 0 | 358.63 | 1 | 0.57 |
| Hex | FF | 24 | 29 | 0 | 56 | 54 | 0 | 167 | 64 | 39 |
| Octal | 377 | 44 | 51 | 0 | 126 | 124 | 0 | 547 | 144 | 71 |
| Binary | 11111111 | 100100 | 101001 | 0 | 1010110 | 1010100 | 0 | 101100111 | 1100100 | 111001 |
Color Harmonies of #FF2429
Complementary color
Monochromatic Colors of #FF2429
Black with #FF2429
Text Example
Text Example
White with #FF2429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2429; }
p { color: rgb(255,36,41); }
H1.HeaderClassName
{
color: #FF2429;
}
.AnyTagClassName
{
color: #FF2429;
}
</style>
background-color css
<style>
a { background-color: #FF2429; }
a { background-color: rgb(255,36,41); }
div.DivClassName
{
background-color: #FF2429;
}
.BgClassName
{
background-color: #FF2429;
}
</style>
border-color css
<style>
span { border-color: #FF2429; }
span { border-color: rgb(255,36,41); }
td.TdClassName
{
border-color: #FF2429;
}
.TagClassName
{
border-color: #FF2429;
}
</style>