Shades of Red #FE1000
Tints of Red #FE1000
RGB
CMYK
RGB Variations
Color information
#FE1000 (or 0xFE1000) is known color: Red. HEX triplet: FE, 10 and 00. RGB value is (254,16,0). Sum of RGB (Red+Green+Blue) = 254+16+0=270 (35% of max value = 765). Red value is 254 (99.61% from 255 or 94.07% from 270); Green value is 16 (6.64% from 255 or 5.93% from 270); Blue value is 0 (0.39% from 255 or 0% from 270); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1000 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1000 is #01EFFF. Grayscale: #555555. Windows color (decimal): -126976 or 4350. OLE color: 4350.
HSL color Cylindrical-coordinate representation of color #FE1000: hue angle of 3.78º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE1000 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 16 | 0 | - |
| CMYK | 0 | 0.94 | 1 | 0.00 |
| HSL | 3.78º | 1% | 0.5% | - |
| HSV(B) | 3.78º | 1% | 1% | - |
| XYZ | 41.06 | 21.44 | 1.97 | - |
| YUV | 85.34 | 79.85 | 248.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 16 | 0 | 0 | 0.94 | 1 | 0.00 | 3.78 | 1 | 0.5 |
| Hex | FE | 10 | 0 | 0 | 5E | 64 | 0 | 4 | 64 | 32 |
| Octal | 376 | 20 | 0 | 0 | 136 | 144 | 0 | 4 | 144 | 62 |
| Binary | 11111110 | 10000 | 0 | 0 | 1011110 | 1100100 | 0 | 100 | 1100100 | 110010 |
Color Harmonies of #FE1000
Complementary color
Monochromatic Colors of #FE1000
Black with #FE1000
Text Example
Text Example
White with #FE1000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1000; }
p { color: rgb(254,16,0); }
H1.HeaderClassName
{
color: #FE1000;
}
.AnyTagClassName
{
color: #FE1000;
}
</style>
background-color css
<style>
a { background-color: #FE1000; }
a { background-color: rgb(254,16,0); }
div.DivClassName
{
background-color: #FE1000;
}
.BgClassName
{
background-color: #FE1000;
}
</style>
border-color css
<style>
span { border-color: #FE1000; }
span { border-color: rgb(254,16,0); }
td.TdClassName
{
border-color: #FE1000;
}
.TagClassName
{
border-color: #FE1000;
}
</style>