Shades of Red #FE1006
Tints of Red #FE1006
RGB
CMYK
RGB Variations
Color information
#FE1006 (or 0xFE1006) is known color: Red. HEX triplet: FE, 10 and 06. RGB value is (254,16,6). Sum of RGB (Red+Green+Blue) = 254+16+6=276 (36% of max value = 765). Red value is 254 (99.61% from 255 or 92.03% from 276); Green value is 16 (6.64% from 255 or 5.80% from 276); Blue value is 6 (2.73% from 255 or 2.17% from 276); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1006 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1006 is #01EFF9. Grayscale: #565656. Windows color (decimal): -126970 or 397566. OLE color: 397566.
HSL color Cylindrical-coordinate representation of color #FE1006: hue angle of 2.42º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE1006 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 16 | 6 | - |
| CMYK | 0 | 0.94 | 0.98 | 0.00 |
| HSL | 2.42º | 0.99% | 0.51% | - |
| HSV(B) | 2.42º | 0.98% | 1% | - |
| XYZ | 41.09 | 21.45 | 2.15 | - |
| YUV | 86.02 | 82.85 | 247.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 16 | 6 | 0 | 0.94 | 0.98 | 0.00 | 2.42 | 0.99 | 0.51 |
| Hex | FE | 10 | 6 | 0 | 5E | 62 | 0 | 2 | 63 | 33 |
| Octal | 376 | 20 | 6 | 0 | 136 | 142 | 0 | 2 | 143 | 63 |
| Binary | 11111110 | 10000 | 110 | 0 | 1011110 | 1100010 | 0 | 10 | 1100011 | 110011 |
Color Harmonies of #FE1006
Complementary color
Monochromatic Colors of #FE1006
Black with #FE1006
Text Example
Text Example
White with #FE1006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1006; }
p { color: rgb(254,16,6); }
H1.HeaderClassName
{
color: #FE1006;
}
.AnyTagClassName
{
color: #FE1006;
}
</style>
background-color css
<style>
a { background-color: #FE1006; }
a { background-color: rgb(254,16,6); }
div.DivClassName
{
background-color: #FE1006;
}
.BgClassName
{
background-color: #FE1006;
}
</style>
border-color css
<style>
span { border-color: #FE1006; }
span { border-color: rgb(254,16,6); }
td.TdClassName
{
border-color: #FE1006;
}
.TagClassName
{
border-color: #FE1006;
}
</style>