Shades of Red #FD1211
Tints of Red #FD1211
RGB
CMYK
RGB Variations
Color information
#FD1211 (or 0xFD1211) is known color: Red. HEX triplet: FD, 12 and 11. RGB value is (253,18,17). Sum of RGB (Red+Green+Blue) = 253+18+17=288 (38% of max value = 765). Red value is 253 (99.22% from 255 or 87.85% from 288); Green value is 18 (7.42% from 255 or 6.25% from 288); Blue value is 17 (7.03% from 255 or 5.90% from 288); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1211 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1211 is #02EDEE. Grayscale: #585858. Windows color (decimal): -191983 or 1118973. OLE color: 1118973.
HSL color Cylindrical-coordinate representation of color #FD1211: 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.93%. Process color model (Four color, CMYK) of #FD1211 is Cyan = 0, Magento = 0.93, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 18 | 17 | - |
| CMYK | 0 | 0.93 | 0.93 | 0.01 |
| HSL | 0.25º | 0.98% | 0.53% | - |
| HSV(B) | 0.25º | 0.93% | 0.99% | - |
| XYZ | 40.83 | 21.36 | 2.5 | - |
| YUV | 88.15 | 87.86 | 245.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 18 | 17 | 0 | 0.93 | 0.93 | 0.01 | 0.25 | 0.98 | 0.53 |
| Hex | FD | 12 | 11 | 0 | 5D | 5D | 1 | 0 | 62 | 35 |
| Octal | 375 | 22 | 21 | 0 | 135 | 135 | 1 | 0 | 142 | 65 |
| Binary | 11111101 | 10010 | 10001 | 0 | 1011101 | 1011101 | 1 | 0 | 1100010 | 110101 |
Color Harmonies of #FD1211
Complementary color
Monochromatic Colors of #FD1211
Black with #FD1211
Text Example
Text Example
White with #FD1211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1211; }
p { color: rgb(253,18,17); }
H1.HeaderClassName
{
color: #FD1211;
}
.AnyTagClassName
{
color: #FD1211;
}
</style>
background-color css
<style>
a { background-color: #FD1211; }
a { background-color: rgb(253,18,17); }
div.DivClassName
{
background-color: #FD1211;
}
.BgClassName
{
background-color: #FD1211;
}
</style>
border-color css
<style>
span { border-color: #FD1211; }
span { border-color: rgb(253,18,17); }
td.TdClassName
{
border-color: #FD1211;
}
.TagClassName
{
border-color: #FD1211;
}
</style>