Shades of Red #FE1009
Tints of Red #FE1009
RGB
CMYK
RGB Variations
Color information
#FE1009 (or 0xFE1009) is known color: Red. HEX triplet: FE, 10 and 09. RGB value is (254,16,9). Sum of RGB (Red+Green+Blue) = 254+16+9=279 (36% of max value = 765). Red value is 254 (99.61% from 255 or 91.04% from 279); Green value is 16 (6.64% from 255 or 5.73% from 279); Blue value is 9 (3.91% from 255 or 3.23% from 279); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1009 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1009 is #01EFF6. Grayscale: #565656. Windows color (decimal): -126967 or 594174. OLE color: 594174.
HSL color Cylindrical-coordinate representation of color #FE1009: hue angle of 1.71º 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 #FE1009 is Cyan = 0, Magento = 0.94, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 16 | 9 | - |
| CMYK | 0 | 0.94 | 0.96 | 0.00 |
| HSL | 1.71º | 0.99% | 0.52% | - |
| HSV(B) | 1.71º | 0.96% | 1% | - |
| XYZ | 41.11 | 21.46 | 2.23 | - |
| YUV | 86.36 | 84.35 | 247.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 16 | 9 | 0 | 0.94 | 0.96 | 0.00 | 1.71 | 0.99 | 0.52 |
| Hex | FE | 10 | 9 | 0 | 5E | 60 | 0 | 2 | 63 | 34 |
| Octal | 376 | 20 | 11 | 0 | 136 | 140 | 0 | 2 | 143 | 64 |
| Binary | 11111110 | 10000 | 1001 | 0 | 1011110 | 1100000 | 0 | 10 | 1100011 | 110100 |
Color Harmonies of #FE1009
Complementary color
Monochromatic Colors of #FE1009
Black with #FE1009
Text Example
Text Example
White with #FE1009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1009; }
p { color: rgb(254,16,9); }
H1.HeaderClassName
{
color: #FE1009;
}
.AnyTagClassName
{
color: #FE1009;
}
</style>
background-color css
<style>
a { background-color: #FE1009; }
a { background-color: rgb(254,16,9); }
div.DivClassName
{
background-color: #FE1009;
}
.BgClassName
{
background-color: #FE1009;
}
</style>
border-color css
<style>
span { border-color: #FE1009; }
span { border-color: rgb(254,16,9); }
td.TdClassName
{
border-color: #FE1009;
}
.TagClassName
{
border-color: #FE1009;
}
</style>