Shades of Red #FE1002
Tints of Red #FE1002
RGB
CMYK
RGB Variations
Color information
#FE1002 (or 0xFE1002) is known color: Red. HEX triplet: FE, 10 and 02. RGB value is (254,16,2). Sum of RGB (Red+Green+Blue) = 254+16+2=272 (36% of max value = 765). Red value is 254 (99.61% from 255 or 93.38% from 272); Green value is 16 (6.64% from 255 or 5.88% from 272); Blue value is 2 (1.17% from 255 or 0.74% from 272); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1002 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1002 is #01EFFD. Grayscale: #555555. Windows color (decimal): -126974 or 135422. OLE color: 135422.
HSL color Cylindrical-coordinate representation of color #FE1002: hue angle of 3.33º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FE1002 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 16 | 2 | - |
| CMYK | 0 | 0.94 | 0.99 | 0.00 |
| HSL | 3.33º | 0.99% | 0.5% | - |
| HSV(B) | 3.33º | 0.99% | 1% | - |
| XYZ | 41.07 | 21.45 | 2.03 | - |
| YUV | 85.57 | 80.85 | 248.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 16 | 2 | 0 | 0.94 | 0.99 | 0.00 | 3.33 | 0.99 | 0.5 |
| Hex | FE | 10 | 2 | 0 | 5E | 63 | 0 | 3 | 63 | 32 |
| Octal | 376 | 20 | 2 | 0 | 136 | 143 | 0 | 3 | 143 | 62 |
| Binary | 11111110 | 10000 | 10 | 0 | 1011110 | 1100011 | 0 | 11 | 1100011 | 110010 |
Color Harmonies of #FE1002
Complementary color
Monochromatic Colors of #FE1002
Black with #FE1002
Text Example
Text Example
White with #FE1002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1002; }
p { color: rgb(254,16,2); }
H1.HeaderClassName
{
color: #FE1002;
}
.AnyTagClassName
{
color: #FE1002;
}
</style>
background-color css
<style>
a { background-color: #FE1002; }
a { background-color: rgb(254,16,2); }
div.DivClassName
{
background-color: #FE1002;
}
.BgClassName
{
background-color: #FE1002;
}
</style>
border-color css
<style>
span { border-color: #FE1002; }
span { border-color: rgb(254,16,2); }
td.TdClassName
{
border-color: #FE1002;
}
.TagClassName
{
border-color: #FE1002;
}
</style>