Shades of Torch Red #FE1827
Tints of Torch Red #FE1827
RGB
CMYK
RGB Variations
Color information
#FE1827 (or 0xFE1827) is known color: Torch Red. HEX triplet: FE, 18 and 27. RGB value is (254,24,39). Sum of RGB (Red+Green+Blue) = 254+24+39=317 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.13% from 317); Green value is 24 (9.77% from 255 or 7.57% from 317); Blue value is 39 (15.62% from 255 or 12.30% from 317); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1827 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE1827 is #01E7D8. Grayscale: #5E5E5E. Windows color (decimal): -124889 or 2562302. OLE color: 2562302.
HSL color Cylindrical-coordinate representation of color #FE1827: hue angle of 356.09º 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 #FE1827 is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 24 | 39 | - |
| CMYK | 0 | 0.91 | 0.85 | 0.00 |
| HSL | 356.09º | 0.99% | 0.55% | - |
| HSV(B) | 356.09º | 0.91% | 1% | - |
| XYZ | 41.57 | 21.87 | 3.95 | - |
| YUV | 94.48 | 96.7 | 241.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 24 | 39 | 0 | 0.91 | 0.85 | 0.00 | 356.09 | 0.99 | 0.55 |
| Hex | FE | 18 | 27 | 0 | 5B | 55 | 0 | 164 | 63 | 37 |
| Octal | 376 | 30 | 47 | 0 | 133 | 125 | 0 | 544 | 143 | 67 |
| Binary | 11111110 | 11000 | 100111 | 0 | 1011011 | 1010101 | 0 | 101100100 | 1100011 | 110111 |
Color Harmonies of #FE1827
Complementary color
Monochromatic Colors of #FE1827
Black with #FE1827
Text Example
Text Example
White with #FE1827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1827; }
p { color: rgb(254,24,39); }
H1.HeaderClassName
{
color: #FE1827;
}
.AnyTagClassName
{
color: #FE1827;
}
</style>
background-color css
<style>
a { background-color: #FE1827; }
a { background-color: rgb(254,24,39); }
div.DivClassName
{
background-color: #FE1827;
}
.BgClassName
{
background-color: #FE1827;
}
</style>
border-color css
<style>
span { border-color: #FE1827; }
span { border-color: rgb(254,24,39); }
td.TdClassName
{
border-color: #FE1827;
}
.TagClassName
{
border-color: #FE1827;
}
</style>