Shades of Red #FE1102
Tints of Red #FE1102
RGB
CMYK
RGB Variations
Color information
#FE1102 (or 0xFE1102) is known color: Red. HEX triplet: FE, 11 and 02. RGB value is (254,17,2). Sum of RGB (Red+Green+Blue) = 254+17+2=273 (36% of max value = 765). Red value is 254 (99.61% from 255 or 93.04% from 273); Green value is 17 (7.03% from 255 or 6.23% from 273); Blue value is 2 (1.17% from 255 or 0.73% from 273); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1102 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE1102 is #01EEFD. Grayscale: #565656. Windows color (decimal): -126718 or 135678. OLE color: 135678.
HSL color Cylindrical-coordinate representation of color #FE1102: hue angle of 3.57º 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 #FE1102 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 17 | 2 | - |
| CMYK | 0 | 0.93 | 0.99 | 0.00 |
| HSL | 3.57º | 0.99% | 0.5% | - |
| HSV(B) | 3.57º | 0.99% | 1% | - |
| XYZ | 41.08 | 21.48 | 2.04 | - |
| YUV | 86.15 | 80.52 | 247.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 17 | 2 | 0 | 0.93 | 0.99 | 0.00 | 3.57 | 0.99 | 0.5 |
| Hex | FE | 11 | 2 | 0 | 5D | 63 | 0 | 4 | 63 | 32 |
| Octal | 376 | 21 | 2 | 0 | 135 | 143 | 0 | 4 | 143 | 62 |
| Binary | 11111110 | 10001 | 10 | 0 | 1011101 | 1100011 | 0 | 100 | 1100011 | 110010 |
Color Harmonies of #FE1102
Complementary color
Monochromatic Colors of #FE1102
Black with #FE1102
Text Example
Text Example
White with #FE1102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1102; }
p { color: rgb(254,17,2); }
H1.HeaderClassName
{
color: #FE1102;
}
.AnyTagClassName
{
color: #FE1102;
}
</style>
background-color css
<style>
a { background-color: #FE1102; }
a { background-color: rgb(254,17,2); }
div.DivClassName
{
background-color: #FE1102;
}
.BgClassName
{
background-color: #FE1102;
}
</style>
border-color css
<style>
span { border-color: #FE1102; }
span { border-color: rgb(254,17,2); }
td.TdClassName
{
border-color: #FE1102;
}
.TagClassName
{
border-color: #FE1102;
}
</style>