Shades of Red #FE100D
Tints of Red #FE100D
RGB
CMYK
RGB Variations
Color information
#FE100D (or 0xFE100D) is known color: Red. HEX triplet: FE, 10 and 0D. RGB value is (254,16,13). Sum of RGB (Red+Green+Blue) = 254+16+13=283 (37% of max value = 765). Red value is 254 (99.61% from 255 or 89.75% from 283); Green value is 16 (6.64% from 255 or 5.65% from 283); Blue value is 13 (5.47% from 255 or 4.59% from 283); Max value from RGB is 254 - color contains mainly: red. Hex color #FE100D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE100D is #01EFF2. Grayscale: #575757. Windows color (decimal): -126963 or 856318. OLE color: 856318.
HSL color Cylindrical-coordinate representation of color #FE100D: hue angle of 0.75º 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 #FE100D is Cyan = 0, Magento = 0.94, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 16 | 13 | - |
| CMYK | 0 | 0.94 | 0.95 | 0.00 |
| HSL | 0.75º | 0.99% | 0.52% | - |
| HSV(B) | 0.75º | 0.95% | 1% | - |
| XYZ | 41.13 | 21.47 | 2.36 | - |
| YUV | 86.82 | 86.35 | 247.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 16 | 13 | 0 | 0.94 | 0.95 | 0.00 | 0.75 | 0.99 | 0.52 |
| Hex | FE | 10 | D | 0 | 5E | 5F | 0 | 1 | 63 | 34 |
| Octal | 376 | 20 | 15 | 0 | 136 | 137 | 0 | 1 | 143 | 64 |
| Binary | 11111110 | 10000 | 1101 | 0 | 1011110 | 1011111 | 0 | 1 | 1100011 | 110100 |
Color Harmonies of #FE100D
Complementary color
Monochromatic Colors of #FE100D
Black with #FE100D
Text Example
Text Example
White with #FE100D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE100D; }
p { color: rgb(254,16,13); }
H1.HeaderClassName
{
color: #FE100D;
}
.AnyTagClassName
{
color: #FE100D;
}
</style>
background-color css
<style>
a { background-color: #FE100D; }
a { background-color: rgb(254,16,13); }
div.DivClassName
{
background-color: #FE100D;
}
.BgClassName
{
background-color: #FE100D;
}
</style>
border-color css
<style>
span { border-color: #FE100D; }
span { border-color: rgb(254,16,13); }
td.TdClassName
{
border-color: #FE100D;
}
.TagClassName
{
border-color: #FE100D;
}
</style>