Shades of Torch Red #FE1024
Tints of Torch Red #FE1024
RGB
CMYK
RGB Variations
Color information
#FE1024 (or 0xFE1024) is known color: Torch Red. HEX triplet: FE, 10 and 24. RGB value is (254,16,36). Sum of RGB (Red+Green+Blue) = 254+16+36=306 (40% of max value = 765). Red value is 254 (99.61% from 255 or 83.01% from 306); Green value is 16 (6.64% from 255 or 5.23% from 306); Blue value is 36 (14.45% from 255 or 11.76% from 306); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1024 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1024 is #01EFDB. Grayscale: #595959. Windows color (decimal): -126940 or 2363646. OLE color: 2363646.
HSL color Cylindrical-coordinate representation of color #FE1024: hue angle of 354.96º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE1024 is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 16 | 36 | - |
| CMYK | 0 | 0.94 | 0.86 | 0.00 |
| HSL | 354.96º | 0.99% | 0.53% | - |
| HSV(B) | 354.96º | 0.94% | 1% | - |
| XYZ | 41.38 | 21.57 | 3.65 | - |
| YUV | 89.44 | 97.85 | 245.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 16 | 36 | 0 | 0.94 | 0.86 | 0.00 | 354.96 | 0.99 | 0.53 |
| Hex | FE | 10 | 24 | 0 | 5E | 56 | 0 | 163 | 63 | 35 |
| Octal | 376 | 20 | 44 | 0 | 136 | 126 | 0 | 543 | 143 | 65 |
| Binary | 11111110 | 10000 | 100100 | 0 | 1011110 | 1010110 | 0 | 101100011 | 1100011 | 110101 |
Color Harmonies of #FE1024
Complementary color
Monochromatic Colors of #FE1024
Black with #FE1024
Text Example
Text Example
White with #FE1024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1024; }
p { color: rgb(254,16,36); }
H1.HeaderClassName
{
color: #FE1024;
}
.AnyTagClassName
{
color: #FE1024;
}
</style>
background-color css
<style>
a { background-color: #FE1024; }
a { background-color: rgb(254,16,36); }
div.DivClassName
{
background-color: #FE1024;
}
.BgClassName
{
background-color: #FE1024;
}
</style>
border-color css
<style>
span { border-color: #FE1024; }
span { border-color: rgb(254,16,36); }
td.TdClassName
{
border-color: #FE1024;
}
.TagClassName
{
border-color: #FE1024;
}
</style>