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