Shades of Red #FE0909
Tints of Red #FE0909
RGB
CMYK
RGB Variations
Color information
#FE0909 (or 0xFE0909) is known color: Red. HEX triplet: FE, 09 and 09. RGB value is (254,9,9). Sum of RGB (Red+Green+Blue) = 254+9+9=272 (36% of max value = 765). Red value is 254 (99.61% from 255 or 93.38% from 272); Green value is 9 (3.91% from 255 or 3.31% from 272); Blue value is 9 (3.91% from 255 or 3.31% from 272); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0909 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE0909 is #01F6F6. Grayscale: #525252. Windows color (decimal): -128759 or 592382. OLE color: 592382.
HSL color Cylindrical-coordinate representation of color #FE0909: hue angle of 0º 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 #FE0909 is Cyan = 0, Magento = 0.96, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 9 | 9 | - |
| CMYK | 0 | 0.96 | 0.96 | 0.00 |
| HSL | 0º | 0.99% | 0.52% | - |
| HSV(B) | 0º | 0.96% | 1% | - |
| XYZ | 41.02 | 21.29 | 2.21 | - |
| YUV | 82.26 | 86.67 | 250.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 9 | 9 | 0 | 0.96 | 0.96 | 0.00 | 0 | 0.99 | 0.52 |
| Hex | FE | 9 | 9 | 0 | 60 | 60 | 0 | 0 | 63 | 34 |
| Octal | 376 | 11 | 11 | 0 | 140 | 140 | 0 | 0 | 143 | 64 |
| Binary | 11111110 | 1001 | 1001 | 0 | 1100000 | 1100000 | 0 | 0 | 1100011 | 110100 |
Color Harmonies of #FE0909
Complementary color
Monochromatic Colors of #FE0909
Black with #FE0909
Text Example
Text Example
White with #FE0909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0909; }
p { color: rgb(254,9,9); }
H1.HeaderClassName
{
color: #FE0909;
}
.AnyTagClassName
{
color: #FE0909;
}
</style>
background-color css
<style>
a { background-color: #FE0909; }
a { background-color: rgb(254,9,9); }
div.DivClassName
{
background-color: #FE0909;
}
.BgClassName
{
background-color: #FE0909;
}
</style>
border-color css
<style>
span { border-color: #FE0909; }
span { border-color: rgb(254,9,9); }
td.TdClassName
{
border-color: #FE0909;
}
.TagClassName
{
border-color: #FE0909;
}
</style>