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