Shades of Red #FE1010
Tints of Red #FE1010
RGB
CMYK
RGB Variations
Color information
#FE1010 (or 0xFE1010) is known color: Red. HEX triplet: FE, 10 and 10. RGB value is (254,16,16). Sum of RGB (Red+Green+Blue) = 254+16+16=286 (37% of max value = 765). Red value is 254 (99.61% from 255 or 88.81% from 286); Green value is 16 (6.64% from 255 or 5.59% from 286); Blue value is 16 (6.64% from 255 or 5.59% from 286); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1010 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1010 is #01EFEF. Grayscale: #575757. Windows color (decimal): -126960 or 1052926. OLE color: 1052926.
HSL color Cylindrical-coordinate representation of color #FE1010: hue angle of 0º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE1010 is Cyan = 0, Magento = 0.94, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 16 | 16 | - |
| CMYK | 0 | 0.94 | 0.94 | 0.00 |
| HSL | 0º | 0.99% | 0.53% | - |
| HSV(B) | 0º | 0.94% | 1% | - |
| XYZ | 41.15 | 21.48 | 2.47 | - |
| YUV | 87.16 | 87.85 | 247 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 16 | 16 | 0 | 0.94 | 0.94 | 0.00 | 0 | 0.99 | 0.53 |
| Hex | FE | 10 | 10 | 0 | 5E | 5E | 0 | 0 | 63 | 35 |
| Octal | 376 | 20 | 20 | 0 | 136 | 136 | 0 | 0 | 143 | 65 |
| Binary | 11111110 | 10000 | 10000 | 0 | 1011110 | 1011110 | 0 | 0 | 1100011 | 110101 |
Color Harmonies of #FE1010
Complementary color
Monochromatic Colors of #FE1010
Black with #FE1010
Text Example
Text Example
White with #FE1010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1010; }
p { color: rgb(254,16,16); }
H1.HeaderClassName
{
color: #FE1010;
}
.AnyTagClassName
{
color: #FE1010;
}
</style>
background-color css
<style>
a { background-color: #FE1010; }
a { background-color: rgb(254,16,16); }
div.DivClassName
{
background-color: #FE1010;
}
.BgClassName
{
background-color: #FE1010;
}
</style>
border-color css
<style>
span { border-color: #FE1010; }
span { border-color: rgb(254,16,16); }
td.TdClassName
{
border-color: #FE1010;
}
.TagClassName
{
border-color: #FE1010;
}
</style>