Shades of Red #FF0806
Tints of Red #FF0806
RGB
CMYK
RGB Variations
Color information
#FF0806 (or 0xFF0806) is known color: Red. HEX triplet: FF, 08 and 06. RGB value is (255,8,6). Sum of RGB (Red+Green+Blue) = 255+8+6=269 (35% of max value = 765). Red value is 255 (100% from 255 or 94.80% from 269); Green value is 8 (3.52% from 255 or 2.97% from 269); Blue value is 6 (2.73% from 255 or 2.23% from 269); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0806 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0806 is #00F7F9. Grayscale: #515151. Windows color (decimal): -63482 or 395519. OLE color: 395519.
HSL color Cylindrical-coordinate representation of color #FF0806: hue angle of 0.48º 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 #FF0806 is Cyan = 0, Magento = 0.97, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 8 | 6 | - |
| CMYK | 0 | 0.97 | 0.98 | 0 |
| HSL | 0.48º | 1% | 0.51% | - |
| HSV(B) | 0.48º | 0.98% | 1% | - |
| XYZ | 41.36 | 21.45 | 2.13 | - |
| YUV | 81.63 | 85.33 | 251.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 8 | 6 | 0 | 0.97 | 0.98 | 0 | 0.48 | 1 | 0.51 |
| Hex | FF | 8 | 6 | 0 | 61 | 62 | 0 | 0 | 64 | 33 |
| Octal | 377 | 10 | 6 | 0 | 141 | 142 | 0 | 0 | 144 | 63 |
| Binary | 11111111 | 1000 | 110 | 0 | 1100001 | 1100010 | 0 | 0 | 1100100 | 110011 |
Color Harmonies of #FF0806
Complementary color
Monochromatic Colors of #FF0806
Black with #FF0806
Text Example
Text Example
White with #FF0806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0806; }
p { color: rgb(255,8,6); }
H1.HeaderClassName
{
color: #FF0806;
}
.AnyTagClassName
{
color: #FF0806;
}
</style>
background-color css
<style>
a { background-color: #FF0806; }
a { background-color: rgb(255,8,6); }
div.DivClassName
{
background-color: #FF0806;
}
.BgClassName
{
background-color: #FF0806;
}
</style>
border-color css
<style>
span { border-color: #FF0806; }
span { border-color: rgb(255,8,6); }
td.TdClassName
{
border-color: #FF0806;
}
.TagClassName
{
border-color: #FF0806;
}
</style>