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