Shades of Red #FF0201
Tints of Red #FF0201
RGB
CMYK
RGB Variations
Color information
#FF0201 (or 0xFF0201) is known color: Red. HEX triplet: FF, 02 and 01. RGB value is (255,2,1). Sum of RGB (Red+Green+Blue) = 255+2+1=258 (34% of max value = 765). Red value is 255 (100% from 255 or 98.84% from 258); Green value is 2 (1.17% from 255 or 0.78% from 258); Blue value is 1 (0.78% from 255 or 0.39% from 258); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0201 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0201 is #00FDFE. Grayscale: #4D4D4D. Windows color (decimal): -65023 or 66303. OLE color: 66303.
HSL color Cylindrical-coordinate representation of color #FF0201: hue angle of 0.24º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF0201 is Cyan = 0, Magento = 0.99, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 2 | 1 | - |
| CMYK | 0 | 0.99 | 1.00 | 0 |
| HSL | 0.24º | 1% | 0.5% | - |
| HSV(B) | 0.24º | 1% | 1% | - |
| XYZ | 41.27 | 21.31 | 1.97 | - |
| YUV | 77.53 | 84.82 | 254.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 2 | 1 | 0 | 0.99 | 1.00 | 0 | 0.24 | 1 | 0.5 |
| Hex | FF | 2 | 1 | 0 | 63 | 64 | 0 | 0 | 64 | 32 |
| Octal | 377 | 2 | 1 | 0 | 143 | 144 | 0 | 0 | 144 | 62 |
| Binary | 11111111 | 10 | 1 | 0 | 1100011 | 1100100 | 0 | 0 | 1100100 | 110010 |
Color Harmonies of #FF0201
Complementary color
Monochromatic Colors of #FF0201
Black with #FF0201
Text Example
Text Example
White with #FF0201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0201; }
p { color: rgb(255,2,1); }
H1.HeaderClassName
{
color: #FF0201;
}
.AnyTagClassName
{
color: #FF0201;
}
</style>
background-color css
<style>
a { background-color: #FF0201; }
a { background-color: rgb(255,2,1); }
div.DivClassName
{
background-color: #FF0201;
}
.BgClassName
{
background-color: #FF0201;
}
</style>
border-color css
<style>
span { border-color: #FF0201; }
span { border-color: rgb(255,2,1); }
td.TdClassName
{
border-color: #FF0201;
}
.TagClassName
{
border-color: #FF0201;
}
</style>