Shades of Torch Red #FE0327
Tints of Torch Red #FE0327
RGB
CMYK
RGB Variations
Color information
#FE0327 (or 0xFE0327) is known color: Torch Red. HEX triplet: FE, 03 and 27. RGB value is (254,3,39). Sum of RGB (Red+Green+Blue) = 254+3+39=296 (39% of max value = 765). Red value is 254 (99.61% from 255 or 85.81% from 296); Green value is 3 (1.56% from 255 or 1.01% from 296); Blue value is 39 (15.62% from 255 or 13.18% from 296); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0327 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0327 is #01FCD8. Grayscale: #525252. Windows color (decimal): -130265 or 2556926. OLE color: 2556926.
HSL color Cylindrical-coordinate representation of color #FE0327: hue angle of 351.39º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FE0327 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 3 | 39 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.00 |
| HSL | 351.39º | 0.99% | 0.5% | - |
| HSV(B) | 351.39º | 0.99% | 1% | - |
| XYZ | 41.27 | 21.28 | 3.85 | - |
| YUV | 82.15 | 103.66 | 250.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 3 | 39 | 0 | 0.99 | 0.85 | 0.00 | 351.39 | 0.99 | 0.5 |
| Hex | FE | 3 | 27 | 0 | 63 | 55 | 0 | 15F | 63 | 32 |
| Octal | 376 | 3 | 47 | 0 | 143 | 125 | 0 | 537 | 143 | 62 |
| Binary | 11111110 | 11 | 100111 | 0 | 1100011 | 1010101 | 0 | 101011111 | 1100011 | 110010 |
Color Harmonies of #FE0327
Complementary color
Monochromatic Colors of #FE0327
Black with #FE0327
Text Example
Text Example
White with #FE0327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0327; }
p { color: rgb(254,3,39); }
H1.HeaderClassName
{
color: #FE0327;
}
.AnyTagClassName
{
color: #FE0327;
}
</style>
background-color css
<style>
a { background-color: #FE0327; }
a { background-color: rgb(254,3,39); }
div.DivClassName
{
background-color: #FE0327;
}
.BgClassName
{
background-color: #FE0327;
}
</style>
border-color css
<style>
span { border-color: #FE0327; }
span { border-color: rgb(254,3,39); }
td.TdClassName
{
border-color: #FE0327;
}
.TagClassName
{
border-color: #FE0327;
}
</style>