Shades of Red #FE0908
Tints of Red #FE0908
RGB
CMYK
RGB Variations
Color information
#FE0908 (or 0xFE0908) is known color: Red. HEX triplet: FE, 09 and 08. RGB value is (254,9,8). Sum of RGB (Red+Green+Blue) = 254+9+8=271 (35% of max value = 765). Red value is 254 (99.61% from 255 or 93.73% from 271); Green value is 9 (3.91% from 255 or 3.32% from 271); Blue value is 8 (3.52% from 255 or 2.95% from 271); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0908 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0908 is #01F6F7. Grayscale: #525252. Windows color (decimal): -128760 or 526846. OLE color: 526846.
HSL color Cylindrical-coordinate representation of color #FE0908: hue angle of 0.24º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE0908 is Cyan = 0, Magento = 0.96, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 9 | 8 | - |
| CMYK | 0 | 0.96 | 0.97 | 0.00 |
| HSL | 0.24º | 0.99% | 0.51% | - |
| HSV(B) | 0.24º | 0.97% | 1% | - |
| XYZ | 41.01 | 21.28 | 2.18 | - |
| YUV | 82.14 | 86.17 | 250.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 9 | 8 | 0 | 0.96 | 0.97 | 0.00 | 0.24 | 0.99 | 0.51 |
| Hex | FE | 9 | 8 | 0 | 60 | 61 | 0 | 0 | 63 | 33 |
| Octal | 376 | 11 | 10 | 0 | 140 | 141 | 0 | 0 | 143 | 63 |
| Binary | 11111110 | 1001 | 1000 | 0 | 1100000 | 1100001 | 0 | 0 | 1100011 | 110011 |
Color Harmonies of #FE0908
Complementary color
Monochromatic Colors of #FE0908
Black with #FE0908
Text Example
Text Example
White with #FE0908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0908; }
p { color: rgb(254,9,8); }
H1.HeaderClassName
{
color: #FE0908;
}
.AnyTagClassName
{
color: #FE0908;
}
</style>
background-color css
<style>
a { background-color: #FE0908; }
a { background-color: rgb(254,9,8); }
div.DivClassName
{
background-color: #FE0908;
}
.BgClassName
{
background-color: #FE0908;
}
</style>
border-color css
<style>
span { border-color: #FE0908; }
span { border-color: rgb(254,9,8); }
td.TdClassName
{
border-color: #FE0908;
}
.TagClassName
{
border-color: #FE0908;
}
</style>