Shades of Red #FD0501
Tints of Red #FD0501
RGB
CMYK
RGB Variations
Color information
#FD0501 (or 0xFD0501) is known color: Red. HEX triplet: FD, 05 and 01. RGB value is (253,5,1). Sum of RGB (Red+Green+Blue) = 253+5+1=259 (34% of max value = 765). Red value is 253 (99.22% from 255 or 97.68% from 259); Green value is 5 (2.34% from 255 or 1.93% from 259); Blue value is 1 (0.78% from 255 or 0.39% from 259); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0501 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0501 is #02FAFE. Grayscale: #4E4E4E. Windows color (decimal): -195327 or 67069. OLE color: 67069.
HSL color Cylindrical-coordinate representation of color #FD0501: hue angle of 0.95º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD0501 is Cyan = 0, Magento = 0.98, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 5 | 1 | - |
| CMYK | 0 | 0.98 | 1.00 | 0.01 |
| HSL | 0.95º | 0.99% | 0.5% | - |
| HSV(B) | 0.95º | 1% | 0.99% | - |
| XYZ | 40.57 | 20.99 | 1.94 | - |
| YUV | 78.7 | 84.16 | 252.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 5 | 1 | 0 | 0.98 | 1.00 | 0.01 | 0.95 | 0.99 | 0.5 |
| Hex | FD | 5 | 1 | 0 | 62 | 64 | 1 | 1 | 63 | 32 |
| Octal | 375 | 5 | 1 | 0 | 142 | 144 | 1 | 1 | 143 | 62 |
| Binary | 11111101 | 101 | 1 | 0 | 1100010 | 1100100 | 1 | 1 | 1100011 | 110010 |
Color Harmonies of #FD0501
Complementary color
Monochromatic Colors of #FD0501
Black with #FD0501
Text Example
Text Example
White with #FD0501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0501; }
p { color: rgb(253,5,1); }
H1.HeaderClassName
{
color: #FD0501;
}
.AnyTagClassName
{
color: #FD0501;
}
</style>
background-color css
<style>
a { background-color: #FD0501; }
a { background-color: rgb(253,5,1); }
div.DivClassName
{
background-color: #FD0501;
}
.BgClassName
{
background-color: #FD0501;
}
</style>
border-color css
<style>
span { border-color: #FD0501; }
span { border-color: rgb(253,5,1); }
td.TdClassName
{
border-color: #FD0501;
}
.TagClassName
{
border-color: #FD0501;
}
</style>