Shades of Red #FD0201
Tints of Red #FD0201
RGB
CMYK
RGB Variations
Color information
#FD0201 (or 0xFD0201) is known color: Red. HEX triplet: FD, 02 and 01. RGB value is (253,2,1). Sum of RGB (Red+Green+Blue) = 253+2+1=256 (33% of max value = 765). Red value is 253 (99.22% from 255 or 98.83% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 1 (0.78% from 255 or 0.39% from 256); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0201 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD0201 is #02FDFE. Grayscale: #4D4D4D. Windows color (decimal): -196095 or 66301. OLE color: 66301.
HSL color Cylindrical-coordinate representation of color #FD0201: hue angle of 0.24º 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 #FD0201 is Cyan = 0, Magento = 0.99, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 2 | 1 | - |
| CMYK | 0 | 0.99 | 1.00 | 0.01 |
| HSL | 0.24º | 0.99% | 0.5% | - |
| HSV(B) | 0.24º | 1% | 0.99% | - |
| XYZ | 40.54 | 20.93 | 1.93 | - |
| YUV | 76.94 | 85.16 | 253.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 2 | 1 | 0 | 0.99 | 1.00 | 0.01 | 0.24 | 0.99 | 0.5 |
| Hex | FD | 2 | 1 | 0 | 63 | 64 | 1 | 0 | 63 | 32 |
| Octal | 375 | 2 | 1 | 0 | 143 | 144 | 1 | 0 | 143 | 62 |
| Binary | 11111101 | 10 | 1 | 0 | 1100011 | 1100100 | 1 | 0 | 1100011 | 110010 |
Color Harmonies of #FD0201
Complementary color
Monochromatic Colors of #FD0201
Black with #FD0201
Text Example
Text Example
White with #FD0201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0201; }
p { color: rgb(253,2,1); }
H1.HeaderClassName
{
color: #FD0201;
}
.AnyTagClassName
{
color: #FD0201;
}
</style>
background-color css
<style>
a { background-color: #FD0201; }
a { background-color: rgb(253,2,1); }
div.DivClassName
{
background-color: #FD0201;
}
.BgClassName
{
background-color: #FD0201;
}
</style>
border-color css
<style>
span { border-color: #FD0201; }
span { border-color: rgb(253,2,1); }
td.TdClassName
{
border-color: #FD0201;
}
.TagClassName
{
border-color: #FD0201;
}
</style>