Shades of Red #FD1110
Tints of Red #FD1110
RGB
CMYK
RGB Variations
Color information
#FD1110 (or 0xFD1110) is known color: Red. HEX triplet: FD, 11 and 10. RGB value is (253,17,16). Sum of RGB (Red+Green+Blue) = 253+17+16=286 (37% of max value = 765). Red value is 253 (99.22% from 255 or 88.46% from 286); Green value is 17 (7.03% from 255 or 5.94% from 286); Blue value is 16 (6.64% from 255 or 5.59% from 286); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1110 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1110 is #02EEEF. Grayscale: #575757. Windows color (decimal): -192240 or 1053181. OLE color: 1053181.
HSL color Cylindrical-coordinate representation of color #FD1110: hue angle of 0.25º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FD1110 is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 17 | 16 | - |
| CMYK | 0 | 0.93 | 0.94 | 0.01 |
| HSL | 0.25º | 0.98% | 0.53% | - |
| HSV(B) | 0.25º | 0.94% | 0.99% | - |
| XYZ | 40.8 | 21.32 | 2.46 | - |
| YUV | 87.45 | 87.69 | 246.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 17 | 16 | 0 | 0.93 | 0.94 | 0.01 | 0.25 | 0.98 | 0.53 |
| Hex | FD | 11 | 10 | 0 | 5D | 5E | 1 | 0 | 62 | 35 |
| Octal | 375 | 21 | 20 | 0 | 135 | 136 | 1 | 0 | 142 | 65 |
| Binary | 11111101 | 10001 | 10000 | 0 | 1011101 | 1011110 | 1 | 0 | 1100010 | 110101 |
Color Harmonies of #FD1110
Complementary color
Monochromatic Colors of #FD1110
Black with #FD1110
Text Example
Text Example
White with #FD1110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1110; }
p { color: rgb(253,17,16); }
H1.HeaderClassName
{
color: #FD1110;
}
.AnyTagClassName
{
color: #FD1110;
}
</style>
background-color css
<style>
a { background-color: #FD1110; }
a { background-color: rgb(253,17,16); }
div.DivClassName
{
background-color: #FD1110;
}
.BgClassName
{
background-color: #FD1110;
}
</style>
border-color css
<style>
span { border-color: #FD1110; }
span { border-color: rgb(253,17,16); }
td.TdClassName
{
border-color: #FD1110;
}
.TagClassName
{
border-color: #FD1110;
}
</style>