Shades of Red #FE100C
Tints of Red #FE100C
RGB
CMYK
RGB Variations
Color information
#FE100C (or 0xFE100C) is known color: Red. HEX triplet: FE, 10 and 0C. RGB value is (254,16,12). Sum of RGB (Red+Green+Blue) = 254+16+12=282 (37% of max value = 765). Red value is 254 (99.61% from 255 or 90.07% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 12 (5.08% from 255 or 4.26% from 282); Max value from RGB is 254 - color contains mainly: red. Hex color #FE100C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE100C is #01EFF3. Grayscale: #565656. Windows color (decimal): -126964 or 790782. OLE color: 790782.
HSL color Cylindrical-coordinate representation of color #FE100C: hue angle of 0.99º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FE100C is Cyan = 0, Magento = 0.94, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 16 | 12 | - |
| CMYK | 0 | 0.94 | 0.95 | 0.00 |
| HSL | 0.99º | 0.99% | 0.52% | - |
| HSV(B) | 0.99º | 0.95% | 1% | - |
| XYZ | 41.12 | 21.47 | 2.32 | - |
| YUV | 86.71 | 85.85 | 247.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 16 | 12 | 0 | 0.94 | 0.95 | 0.00 | 0.99 | 0.99 | 0.52 |
| Hex | FE | 10 | C | 0 | 5E | 5F | 0 | 1 | 63 | 34 |
| Octal | 376 | 20 | 14 | 0 | 136 | 137 | 0 | 1 | 143 | 64 |
| Binary | 11111110 | 10000 | 1100 | 0 | 1011110 | 1011111 | 0 | 1 | 1100011 | 110100 |
Color Harmonies of #FE100C
Complementary color
Monochromatic Colors of #FE100C
Black with #FE100C
Text Example
Text Example
White with #FE100C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE100C; }
p { color: rgb(254,16,12); }
H1.HeaderClassName
{
color: #FE100C;
}
.AnyTagClassName
{
color: #FE100C;
}
</style>
background-color css
<style>
a { background-color: #FE100C; }
a { background-color: rgb(254,16,12); }
div.DivClassName
{
background-color: #FE100C;
}
.BgClassName
{
background-color: #FE100C;
}
</style>
border-color css
<style>
span { border-color: #FE100C; }
span { border-color: rgb(254,16,12); }
td.TdClassName
{
border-color: #FE100C;
}
.TagClassName
{
border-color: #FE100C;
}
</style>