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