Shades of Red #FD0803
Tints of Red #FD0803
RGB
CMYK
RGB Variations
Color information
#FD0803 (or 0xFD0803) is known color: Red. HEX triplet: FD, 08 and 03. RGB value is (253,8,3). Sum of RGB (Red+Green+Blue) = 253+8+3=264 (34% of max value = 765). Red value is 253 (99.22% from 255 or 95.83% from 264); Green value is 8 (3.52% from 255 or 3.03% from 264); Blue value is 3 (1.56% from 255 or 1.14% from 264); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0803 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0803 is #02F7FC. Grayscale: #505050. Windows color (decimal): -194557 or 198909. OLE color: 198909.
HSL color Cylindrical-coordinate representation of color #FD0803: hue angle of 1.2º 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 #FD0803 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 8 | 3 | - |
| CMYK | 0 | 0.97 | 0.99 | 0.01 |
| HSL | 1.2º | 0.98% | 0.5% | - |
| HSV(B) | 1.2º | 0.99% | 0.99% | - |
| XYZ | 40.61 | 21.06 | 2.01 | - |
| YUV | 80.69 | 84.17 | 250.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 8 | 3 | 0 | 0.97 | 0.99 | 0.01 | 1.2 | 0.98 | 0.5 |
| Hex | FD | 8 | 3 | 0 | 61 | 63 | 1 | 1 | 62 | 32 |
| Octal | 375 | 10 | 3 | 0 | 141 | 143 | 1 | 1 | 142 | 62 |
| Binary | 11111101 | 1000 | 11 | 0 | 1100001 | 1100011 | 1 | 1 | 1100010 | 110010 |
Color Harmonies of #FD0803
Complementary color
Monochromatic Colors of #FD0803
Black with #FD0803
Text Example
Text Example
White with #FD0803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0803; }
p { color: rgb(253,8,3); }
H1.HeaderClassName
{
color: #FD0803;
}
.AnyTagClassName
{
color: #FD0803;
}
</style>
background-color css
<style>
a { background-color: #FD0803; }
a { background-color: rgb(253,8,3); }
div.DivClassName
{
background-color: #FD0803;
}
.BgClassName
{
background-color: #FD0803;
}
</style>
border-color css
<style>
span { border-color: #FD0803; }
span { border-color: rgb(253,8,3); }
td.TdClassName
{
border-color: #FD0803;
}
.TagClassName
{
border-color: #FD0803;
}
</style>