Shades of Torch Red #FE2429
Tints of Torch Red #FE2429
RGB
CMYK
RGB Variations
Color information
#FE2429 (or 0xFE2429) is known color: Torch Red. HEX triplet: FE, 24 and 29. RGB value is (254,36,41). Sum of RGB (Red+Green+Blue) = 254+36+41=331 (43% of max value = 765). Red value is 254 (99.61% from 255 or 76.74% from 331); Green value is 36 (14.45% from 255 or 10.88% from 331); Blue value is 41 (16.41% from 255 or 12.39% from 331); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2429 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2429 is #01DBD6. Grayscale: #656565. Windows color (decimal): -121815 or 2696446. OLE color: 2696446.
HSL color Cylindrical-coordinate representation of color #FE2429: hue angle of 358.62º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FE2429 is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 36 | 41 | - |
| CMYK | 0 | 0.86 | 0.84 | 0.00 |
| HSL | 358.62º | 0.99% | 0.57% | - |
| HSV(B) | 358.62º | 0.86% | 1% | - |
| XYZ | 41.9 | 22.49 | 4.23 | - |
| YUV | 101.75 | 93.72 | 236.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 36 | 41 | 0 | 0.86 | 0.84 | 0.00 | 358.62 | 0.99 | 0.57 |
| Hex | FE | 24 | 29 | 0 | 56 | 54 | 0 | 167 | 63 | 39 |
| Octal | 376 | 44 | 51 | 0 | 126 | 124 | 0 | 547 | 143 | 71 |
| Binary | 11111110 | 100100 | 101001 | 0 | 1010110 | 1010100 | 0 | 101100111 | 1100011 | 111001 |
Color Harmonies of #FE2429
Complementary color
Monochromatic Colors of #FE2429
Black with #FE2429
Text Example
Text Example
White with #FE2429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2429; }
p { color: rgb(254,36,41); }
H1.HeaderClassName
{
color: #FE2429;
}
.AnyTagClassName
{
color: #FE2429;
}
</style>
background-color css
<style>
a { background-color: #FE2429; }
a { background-color: rgb(254,36,41); }
div.DivClassName
{
background-color: #FE2429;
}
.BgClassName
{
background-color: #FE2429;
}
</style>
border-color css
<style>
span { border-color: #FE2429; }
span { border-color: rgb(254,36,41); }
td.TdClassName
{
border-color: #FE2429;
}
.TagClassName
{
border-color: #FE2429;
}
</style>