Shades of Red #FF0501
Tints of Red #FF0501
RGB
CMYK
RGB Variations
Color information
#FF0501 (or 0xFF0501) is known color: Red. HEX triplet: FF, 05 and 01. RGB value is (255,5,1). Sum of RGB (Red+Green+Blue) = 255+5+1=261 (34% of max value = 765). Red value is 255 (100% from 255 or 97.70% from 261); Green value is 5 (2.34% from 255 or 1.92% from 261); Blue value is 1 (0.78% from 255 or 0.38% from 261); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0501 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0501 is #00FAFE. Grayscale: #4F4F4F. Windows color (decimal): -64255 or 67071. OLE color: 67071.
HSL color Cylindrical-coordinate representation of color #FF0501: hue angle of 0.94º 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 #FF0501 is Cyan = 0, Magento = 0.98, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 1 | - |
| CMYK | 0 | 0.98 | 1.00 | 0 |
| HSL | 0.94º | 1% | 0.5% | - |
| HSV(B) | 0.94º | 1% | 1% | - |
| XYZ | 41.3 | 21.37 | 1.98 | - |
| YUV | 79.29 | 83.83 | 253.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 1 | 0 | 0.98 | 1.00 | 0 | 0.94 | 1 | 0.5 |
| Hex | FF | 5 | 1 | 0 | 62 | 64 | 0 | 1 | 64 | 32 |
| Octal | 377 | 5 | 1 | 0 | 142 | 144 | 0 | 1 | 144 | 62 |
| Binary | 11111111 | 101 | 1 | 0 | 1100010 | 1100100 | 0 | 1 | 1100100 | 110010 |
Color Harmonies of #FF0501
Complementary color
Monochromatic Colors of #FF0501
Black with #FF0501
Text Example
Text Example
White with #FF0501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0501; }
p { color: rgb(255,5,1); }
H1.HeaderClassName
{
color: #FF0501;
}
.AnyTagClassName
{
color: #FF0501;
}
</style>
background-color css
<style>
a { background-color: #FF0501; }
a { background-color: rgb(255,5,1); }
div.DivClassName
{
background-color: #FF0501;
}
.BgClassName
{
background-color: #FF0501;
}
</style>
border-color css
<style>
span { border-color: #FF0501; }
span { border-color: rgb(255,5,1); }
td.TdClassName
{
border-color: #FF0501;
}
.TagClassName
{
border-color: #FF0501;
}
</style>