Shades of Red #FF0504
Tints of Red #FF0504
RGB
CMYK
RGB Variations
Color information
#FF0504 (or 0xFF0504) is known color: Red. HEX triplet: FF, 05 and 04. RGB value is (255,5,4). Sum of RGB (Red+Green+Blue) = 255+5+4=264 (34% of max value = 765). Red value is 255 (100% from 255 or 96.59% from 264); Green value is 5 (2.34% from 255 or 1.89% from 264); Blue value is 4 (1.95% from 255 or 1.52% from 264); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0504 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0504 is #00FAFB. Grayscale: #4F4F4F. Windows color (decimal): -64252 or 263679. OLE color: 263679.
HSL color Cylindrical-coordinate representation of color #FF0504: hue angle of 0.24º 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 #FF0504 is Cyan = 0, Magento = 0.98, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 4 | - |
| CMYK | 0 | 0.98 | 0.98 | 0 |
| HSL | 0.24º | 1% | 0.51% | - |
| HSV(B) | 0.24º | 0.98% | 1% | - |
| XYZ | 41.32 | 21.38 | 2.06 | - |
| YUV | 79.64 | 85.33 | 253.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 4 | 0 | 0.98 | 0.98 | 0 | 0.24 | 1 | 0.51 |
| Hex | FF | 5 | 4 | 0 | 62 | 62 | 0 | 0 | 64 | 33 |
| Octal | 377 | 5 | 4 | 0 | 142 | 142 | 0 | 0 | 144 | 63 |
| Binary | 11111111 | 101 | 100 | 0 | 1100010 | 1100010 | 0 | 0 | 1100100 | 110011 |
Color Harmonies of #FF0504
Complementary color
Monochromatic Colors of #FF0504
Black with #FF0504
Text Example
Text Example
White with #FF0504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0504; }
p { color: rgb(255,5,4); }
H1.HeaderClassName
{
color: #FF0504;
}
.AnyTagClassName
{
color: #FF0504;
}
</style>
background-color css
<style>
a { background-color: #FF0504; }
a { background-color: rgb(255,5,4); }
div.DivClassName
{
background-color: #FF0504;
}
.BgClassName
{
background-color: #FF0504;
}
</style>
border-color css
<style>
span { border-color: #FF0504; }
span { border-color: rgb(255,5,4); }
td.TdClassName
{
border-color: #FF0504;
}
.TagClassName
{
border-color: #FF0504;
}
</style>