Shades of Red #FD0400
Tints of Red #FD0400
RGB
CMYK
RGB Variations
Color information
#FD0400 (or 0xFD0400) is known color: Red. HEX triplet: FD, 04 and 00. RGB value is (253,4,0). Sum of RGB (Red+Green+Blue) = 253+4+0=257 (34% of max value = 765). Red value is 253 (99.22% from 255 or 98.44% from 257); Green value is 4 (1.95% from 255 or 1.56% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0400 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0400 is #02FBFF. Grayscale: #4E4E4E. Windows color (decimal): -195584 or 1277. OLE color: 1277.
HSL color Cylindrical-coordinate representation of color #FD0400: hue angle of 0.95º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD0400 is Cyan = 0, Magento = 0.98, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 4 | 0 | - |
| CMYK | 0 | 0.98 | 1 | 0.01 |
| HSL | 0.95º | 1% | 0.5% | - |
| HSV(B) | 0.95º | 1% | 0.99% | - |
| XYZ | 40.55 | 20.97 | 1.91 | - |
| YUV | 78 | 83.99 | 252.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 4 | 0 | 0 | 0.98 | 1 | 0.01 | 0.95 | 1 | 0.5 |
| Hex | FD | 4 | 0 | 0 | 62 | 64 | 1 | 1 | 64 | 32 |
| Octal | 375 | 4 | 0 | 0 | 142 | 144 | 1 | 1 | 144 | 62 |
| Binary | 11111101 | 100 | 0 | 0 | 1100010 | 1100100 | 1 | 1 | 1100100 | 110010 |
Color Harmonies of #FD0400
Complementary color
Monochromatic Colors of #FD0400
Black with #FD0400
Text Example
Text Example
White with #FD0400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0400; }
p { color: rgb(253,4,0); }
H1.HeaderClassName
{
color: #FD0400;
}
.AnyTagClassName
{
color: #FD0400;
}
</style>
background-color css
<style>
a { background-color: #FD0400; }
a { background-color: rgb(253,4,0); }
div.DivClassName
{
background-color: #FD0400;
}
.BgClassName
{
background-color: #FD0400;
}
</style>
border-color css
<style>
span { border-color: #FD0400; }
span { border-color: rgb(253,4,0); }
td.TdClassName
{
border-color: #FD0400;
}
.TagClassName
{
border-color: #FD0400;
}
</style>