Shades of Torch Red #FE1834
Tints of Torch Red #FE1834
RGB
CMYK
RGB Variations
Color information
#FE1834 (or 0xFE1834) is known color: Torch Red. HEX triplet: FE, 18 and 34. RGB value is (254,24,52). Sum of RGB (Red+Green+Blue) = 254+24+52=330 (43% of max value = 765). Red value is 254 (99.61% from 255 or 76.97% from 330); Green value is 24 (9.77% from 255 or 7.27% from 330); Blue value is 52 (20.70% from 255 or 15.76% from 330); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1834 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1834 is #01E7CB. Grayscale: #606060. Windows color (decimal): -124876 or 3414270. OLE color: 3414270.
HSL color Cylindrical-coordinate representation of color #FE1834: hue angle of 352.7º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE1834 is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 24 | 52 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.00 |
| HSL | 352.7º | 0.99% | 0.55% | - |
| HSV(B) | 352.7º | 0.91% | 1% | - |
| XYZ | 41.82 | 21.97 | 5.29 | - |
| YUV | 95.96 | 103.2 | 240.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 24 | 52 | 0 | 0.91 | 0.80 | 0.00 | 352.7 | 0.99 | 0.55 |
| Hex | FE | 18 | 34 | 0 | 5B | 50 | 0 | 161 | 63 | 37 |
| Octal | 376 | 30 | 64 | 0 | 133 | 120 | 0 | 541 | 143 | 67 |
| Binary | 11111110 | 11000 | 110100 | 0 | 1011011 | 1010000 | 0 | 101100001 | 1100011 | 110111 |
Color Harmonies of #FE1834
Complementary color
Monochromatic Colors of #FE1834
Black with #FE1834
Text Example
Text Example
White with #FE1834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1834; }
p { color: rgb(254,24,52); }
H1.HeaderClassName
{
color: #FE1834;
}
.AnyTagClassName
{
color: #FE1834;
}
</style>
background-color css
<style>
a { background-color: #FE1834; }
a { background-color: rgb(254,24,52); }
div.DivClassName
{
background-color: #FE1834;
}
.BgClassName
{
background-color: #FE1834;
}
</style>
border-color css
<style>
span { border-color: #FE1834; }
span { border-color: rgb(254,24,52); }
td.TdClassName
{
border-color: #FE1834;
}
.TagClassName
{
border-color: #FE1834;
}
</style>