Shades of Red #FD1003
Tints of Red #FD1003
RGB
CMYK
RGB Variations
Color information
#FD1003 (or 0xFD1003) is known color: Red. HEX triplet: FD, 10 and 03. RGB value is (253,16,3). Sum of RGB (Red+Green+Blue) = 253+16+3=272 (36% of max value = 765). Red value is 253 (99.22% from 255 or 93.01% from 272); Green value is 16 (6.64% from 255 or 5.88% from 272); Blue value is 3 (1.56% from 255 or 1.10% from 272); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1003 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1003 is #02EFFC. Grayscale: #555555. Windows color (decimal): -192509 or 200957. OLE color: 200957.
HSL color Cylindrical-coordinate representation of color #FD1003: hue angle of 3.12º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FD1003 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 16 | 3 | - |
| CMYK | 0 | 0.94 | 0.99 | 0.01 |
| HSL | 3.12º | 0.98% | 0.5% | - |
| HSV(B) | 3.12º | 0.99% | 0.99% | - |
| XYZ | 40.71 | 21.26 | 2.04 | - |
| YUV | 85.38 | 81.52 | 247.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 16 | 3 | 0 | 0.94 | 0.99 | 0.01 | 3.12 | 0.98 | 0.5 |
| Hex | FD | 10 | 3 | 0 | 5E | 63 | 1 | 3 | 62 | 32 |
| Octal | 375 | 20 | 3 | 0 | 136 | 143 | 1 | 3 | 142 | 62 |
| Binary | 11111101 | 10000 | 11 | 0 | 1011110 | 1100011 | 1 | 11 | 1100010 | 110010 |
Color Harmonies of #FD1003
Complementary color
Monochromatic Colors of #FD1003
Black with #FD1003
Text Example
Text Example
White with #FD1003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1003; }
p { color: rgb(253,16,3); }
H1.HeaderClassName
{
color: #FD1003;
}
.AnyTagClassName
{
color: #FD1003;
}
</style>
background-color css
<style>
a { background-color: #FD1003; }
a { background-color: rgb(253,16,3); }
div.DivClassName
{
background-color: #FD1003;
}
.BgClassName
{
background-color: #FD1003;
}
</style>
border-color css
<style>
span { border-color: #FD1003; }
span { border-color: rgb(253,16,3); }
td.TdClassName
{
border-color: #FD1003;
}
.TagClassName
{
border-color: #FD1003;
}
</style>