Shades of Torch Red #FE2529
Tints of Torch Red #FE2529
RGB
CMYK
RGB Variations
Color information
#FE2529 (or 0xFE2529) is known color: Torch Red. HEX triplet: FE, 25 and 29. RGB value is (254,37,41). Sum of RGB (Red+Green+Blue) = 254+37+41=332 (43% of max value = 765). Red value is 254 (99.61% from 255 or 76.51% from 332); Green value is 37 (14.84% from 255 or 11.14% from 332); Blue value is 41 (16.41% from 255 or 12.35% from 332); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2529 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2529 is #01DAD6. Grayscale: #666666. Windows color (decimal): -121559 or 2696702. OLE color: 2696702.
HSL color Cylindrical-coordinate representation of color #FE2529: hue angle of 358.89º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FE2529 is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 37 | 41 | - |
| CMYK | 0 | 0.85 | 0.84 | 0.00 |
| HSL | 358.89º | 0.99% | 0.57% | - |
| HSV(B) | 358.89º | 0.85% | 1% | - |
| XYZ | 41.93 | 22.55 | 4.24 | - |
| YUV | 102.34 | 93.39 | 236.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 37 | 41 | 0 | 0.85 | 0.84 | 0.00 | 358.89 | 0.99 | 0.57 |
| Hex | FE | 25 | 29 | 0 | 55 | 54 | 0 | 167 | 63 | 39 |
| Octal | 376 | 45 | 51 | 0 | 125 | 124 | 0 | 547 | 143 | 71 |
| Binary | 11111110 | 100101 | 101001 | 0 | 1010101 | 1010100 | 0 | 101100111 | 1100011 | 111001 |
Color Harmonies of #FE2529
Complementary color
Monochromatic Colors of #FE2529
Black with #FE2529
Text Example
Text Example
White with #FE2529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2529; }
p { color: rgb(254,37,41); }
H1.HeaderClassName
{
color: #FE2529;
}
.AnyTagClassName
{
color: #FE2529;
}
</style>
background-color css
<style>
a { background-color: #FE2529; }
a { background-color: rgb(254,37,41); }
div.DivClassName
{
background-color: #FE2529;
}
.BgClassName
{
background-color: #FE2529;
}
</style>
border-color css
<style>
span { border-color: #FE2529; }
span { border-color: rgb(254,37,41); }
td.TdClassName
{
border-color: #FE2529;
}
.TagClassName
{
border-color: #FE2529;
}
</style>