Shades of Torch Red #FE0927
Tints of Torch Red #FE0927
RGB
CMYK
RGB Variations
Color information
#FE0927 (or 0xFE0927) is known color: Torch Red. HEX triplet: FE, 09 and 27. RGB value is (254,9,39). Sum of RGB (Red+Green+Blue) = 254+9+39=302 (40% of max value = 765). Red value is 254 (99.61% from 255 or 84.11% from 302); Green value is 9 (3.91% from 255 or 2.98% from 302); Blue value is 39 (15.62% from 255 or 12.91% from 302); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0927 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE0927 is #01F6D8. Grayscale: #555555. Windows color (decimal): -128729 or 2558462. OLE color: 2558462.
HSL color Cylindrical-coordinate representation of color #FE0927: hue angle of 352.65º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE0927 is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 9 | 39 | - |
| CMYK | 0 | 0.96 | 0.85 | 0.00 |
| HSL | 352.65º | 0.99% | 0.52% | - |
| HSV(B) | 352.65º | 0.96% | 1% | - |
| XYZ | 41.34 | 21.41 | 3.87 | - |
| YUV | 85.68 | 101.67 | 248.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 9 | 39 | 0 | 0.96 | 0.85 | 0.00 | 352.65 | 0.99 | 0.52 |
| Hex | FE | 9 | 27 | 0 | 60 | 55 | 0 | 161 | 63 | 34 |
| Octal | 376 | 11 | 47 | 0 | 140 | 125 | 0 | 541 | 143 | 64 |
| Binary | 11111110 | 1001 | 100111 | 0 | 1100000 | 1010101 | 0 | 101100001 | 1100011 | 110100 |
Color Harmonies of #FE0927
Complementary color
Monochromatic Colors of #FE0927
Black with #FE0927
Text Example
Text Example
White with #FE0927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0927; }
p { color: rgb(254,9,39); }
H1.HeaderClassName
{
color: #FE0927;
}
.AnyTagClassName
{
color: #FE0927;
}
</style>
background-color css
<style>
a { background-color: #FE0927; }
a { background-color: rgb(254,9,39); }
div.DivClassName
{
background-color: #FE0927;
}
.BgClassName
{
background-color: #FE0927;
}
</style>
border-color css
<style>
span { border-color: #FE0927; }
span { border-color: rgb(254,9,39); }
td.TdClassName
{
border-color: #FE0927;
}
.TagClassName
{
border-color: #FE0927;
}
</style>