Shades of Red #FF0505
Tints of Red #FF0505
RGB
CMYK
RGB Variations
Color information
#FF0505 (or 0xFF0505) is known color: Red. HEX triplet: FF, 05 and 05. RGB value is (255,5,5). Sum of RGB (Red+Green+Blue) = 255+5+5=265 (35% of max value = 765). Red value is 255 (100% from 255 or 96.23% from 265); Green value is 5 (2.34% from 255 or 1.89% from 265); Blue value is 5 (2.34% from 255 or 1.89% from 265); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0505 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0505 is #00FAFA. Grayscale: #505050. Windows color (decimal): -64251 or 329215. OLE color: 329215.
HSL color Cylindrical-coordinate representation of color #FF0505: hue angle of 0º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF0505 is Cyan = 0, Magento = 0.98, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 5 | - |
| CMYK | 0 | 0.98 | 0.98 | 0 |
| HSL | 0º | 1% | 0.51% | - |
| HSV(B) | 0º | 0.98% | 1% | - |
| XYZ | 41.32 | 21.38 | 2.09 | - |
| YUV | 79.75 | 85.83 | 253 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 5 | 0 | 0.98 | 0.98 | 0 | 0 | 1 | 0.51 |
| Hex | FF | 5 | 5 | 0 | 62 | 62 | 0 | 0 | 64 | 33 |
| Octal | 377 | 5 | 5 | 0 | 142 | 142 | 0 | 0 | 144 | 63 |
| Binary | 11111111 | 101 | 101 | 0 | 1100010 | 1100010 | 0 | 0 | 1100100 | 110011 |
Color Harmonies of #FF0505
Complementary color
Monochromatic Colors of #FF0505
Black with #FF0505
Text Example
Text Example
White with #FF0505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0505; }
p { color: rgb(255,5,5); }
H1.HeaderClassName
{
color: #FF0505;
}
.AnyTagClassName
{
color: #FF0505;
}
</style>
background-color css
<style>
a { background-color: #FF0505; }
a { background-color: rgb(255,5,5); }
div.DivClassName
{
background-color: #FF0505;
}
.BgClassName
{
background-color: #FF0505;
}
</style>
border-color css
<style>
span { border-color: #FF0505; }
span { border-color: rgb(255,5,5); }
td.TdClassName
{
border-color: #FF0505;
}
.TagClassName
{
border-color: #FF0505;
}
</style>