Shades of Red #FF0906
Tints of Red #FF0906
RGB
CMYK
RGB Variations
Color information
#FF0906 (or 0xFF0906) is known color: Red. HEX triplet: FF, 09 and 06. RGB value is (255,9,6). Sum of RGB (Red+Green+Blue) = 255+9+6=270 (35% of max value = 765). Red value is 255 (100% from 255 or 94.44% from 270); Green value is 9 (3.91% from 255 or 3.33% from 270); Blue value is 6 (2.73% from 255 or 2.22% from 270); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0906 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0906 is #00F6F9. Grayscale: #525252. Windows color (decimal): -63226 or 395775. OLE color: 395775.
HSL color Cylindrical-coordinate representation of color #FF0906: hue angle of 0.72º 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 #FF0906 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 6 | - |
| CMYK | 0 | 0.96 | 0.98 | 0 |
| HSL | 0.72º | 1% | 0.51% | - |
| HSV(B) | 0.72º | 0.98% | 1% | - |
| XYZ | 41.37 | 21.47 | 2.14 | - |
| YUV | 82.21 | 85 | 251.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 6 | 0 | 0.96 | 0.98 | 0 | 0.72 | 1 | 0.51 |
| Hex | FF | 9 | 6 | 0 | 60 | 62 | 0 | 1 | 64 | 33 |
| Octal | 377 | 11 | 6 | 0 | 140 | 142 | 0 | 1 | 144 | 63 |
| Binary | 11111111 | 1001 | 110 | 0 | 1100000 | 1100010 | 0 | 1 | 1100100 | 110011 |
Color Harmonies of #FF0906
Complementary color
Monochromatic Colors of #FF0906
Black with #FF0906
Text Example
Text Example
White with #FF0906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0906; }
p { color: rgb(255,9,6); }
H1.HeaderClassName
{
color: #FF0906;
}
.AnyTagClassName
{
color: #FF0906;
}
</style>
background-color css
<style>
a { background-color: #FF0906; }
a { background-color: rgb(255,9,6); }
div.DivClassName
{
background-color: #FF0906;
}
.BgClassName
{
background-color: #FF0906;
}
</style>
border-color css
<style>
span { border-color: #FF0906; }
span { border-color: rgb(255,9,6); }
td.TdClassName
{
border-color: #FF0906;
}
.TagClassName
{
border-color: #FF0906;
}
</style>