Shades of Torch Red #FE1852
Tints of Torch Red #FE1852
RGB
CMYK
RGB Variations
Color information
#FE1852 (or 0xFE1852) is known color: Torch Red. HEX triplet: FE, 18 and 52. RGB value is (254,24,82). Sum of RGB (Red+Green+Blue) = 254+24+82=360 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.56% from 360); Green value is 24 (9.77% from 255 or 6.67% from 360); Blue value is 82 (32.42% from 255 or 22.78% from 360); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1852 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1852 is #01E7AD. Grayscale: #636363. Windows color (decimal): -124846 or 5380350. OLE color: 5380350.
HSL color Cylindrical-coordinate representation of color #FE1852: hue angle of 344.87º 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 #FE1852 is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 24 | 82 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.00 |
| HSL | 344.87º | 0.99% | 0.55% | - |
| HSV(B) | 344.87º | 0.91% | 1% | - |
| XYZ | 42.72 | 22.33 | 10.04 | - |
| YUV | 99.38 | 118.2 | 238.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 24 | 82 | 0 | 0.91 | 0.68 | 0.00 | 344.87 | 0.99 | 0.55 |
| Hex | FE | 18 | 52 | 0 | 5B | 44 | 0 | 159 | 63 | 37 |
| Octal | 376 | 30 | 122 | 0 | 133 | 104 | 0 | 531 | 143 | 67 |
| Binary | 11111110 | 11000 | 1010010 | 0 | 1011011 | 1000100 | 0 | 101011001 | 1100011 | 110111 |
Color Harmonies of #FE1852
Complementary color
Monochromatic Colors of #FE1852
Black with #FE1852
Text Example
Text Example
White with #FE1852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1852; }
p { color: rgb(254,24,82); }
H1.HeaderClassName
{
color: #FE1852;
}
.AnyTagClassName
{
color: #FE1852;
}
</style>
background-color css
<style>
a { background-color: #FE1852; }
a { background-color: rgb(254,24,82); }
div.DivClassName
{
background-color: #FE1852;
}
.BgClassName
{
background-color: #FE1852;
}
</style>
border-color css
<style>
span { border-color: #FE1852; }
span { border-color: rgb(254,24,82); }
td.TdClassName
{
border-color: #FE1852;
}
.TagClassName
{
border-color: #FE1852;
}
</style>