Shades of Red #FD0403
Tints of Red #FD0403
RGB
CMYK
RGB Variations
Color information
#FD0403 (or 0xFD0403) is known color: Red. HEX triplet: FD, 04 and 03. RGB value is (253,4,3). Sum of RGB (Red+Green+Blue) = 253+4+3=260 (34% of max value = 765). Red value is 253 (99.22% from 255 or 97.31% from 260); Green value is 4 (1.95% from 255 or 1.54% from 260); Blue value is 3 (1.56% from 255 or 1.15% from 260); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0403 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0403 is #02FBFC. Grayscale: #4E4E4E. Windows color (decimal): -195581 or 197885. OLE color: 197885.
HSL color Cylindrical-coordinate representation of color #FD0403: hue angle of 0.24º 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 #FD0403 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 4 | 3 | - |
| CMYK | 0 | 0.98 | 0.99 | 0.01 |
| HSL | 0.24º | 0.98% | 0.5% | - |
| HSV(B) | 0.24º | 0.99% | 0.99% | - |
| XYZ | 40.57 | 20.98 | 2 | - |
| YUV | 78.34 | 85.49 | 252.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 4 | 3 | 0 | 0.98 | 0.99 | 0.01 | 0.24 | 0.98 | 0.5 |
| Hex | FD | 4 | 3 | 0 | 62 | 63 | 1 | 0 | 62 | 32 |
| Octal | 375 | 4 | 3 | 0 | 142 | 143 | 1 | 0 | 142 | 62 |
| Binary | 11111101 | 100 | 11 | 0 | 1100010 | 1100011 | 1 | 0 | 1100010 | 110010 |
Color Harmonies of #FD0403
Complementary color
Monochromatic Colors of #FD0403
Black with #FD0403
Text Example
Text Example
White with #FD0403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0403; }
p { color: rgb(253,4,3); }
H1.HeaderClassName
{
color: #FD0403;
}
.AnyTagClassName
{
color: #FD0403;
}
</style>
background-color css
<style>
a { background-color: #FD0403; }
a { background-color: rgb(253,4,3); }
div.DivClassName
{
background-color: #FD0403;
}
.BgClassName
{
background-color: #FD0403;
}
</style>
border-color css
<style>
span { border-color: #FD0403; }
span { border-color: rgb(253,4,3); }
td.TdClassName
{
border-color: #FD0403;
}
.TagClassName
{
border-color: #FD0403;
}
</style>