Shades of Red #FF1009
Tints of Red #FF1009
RGB
CMYK
RGB Variations
Color information
#FF1009 (or 0xFF1009) is known color: Red. HEX triplet: FF, 10 and 09. RGB value is (255,16,9). Sum of RGB (Red+Green+Blue) = 255+16+9=280 (37% of max value = 765). Red value is 255 (100% from 255 or 91.07% from 280); Green value is 16 (6.64% from 255 or 5.71% from 280); Blue value is 9 (3.91% from 255 or 3.21% from 280); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1009 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1009 is #00EFF6. Grayscale: #565656. Windows color (decimal): -61431 or 594175. OLE color: 594175.
HSL color Cylindrical-coordinate representation of color #FF1009: hue angle of 1.71º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF1009 is Cyan = 0, Magento = 0.94, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 16 | 9 | - |
| CMYK | 0 | 0.94 | 0.96 | 0 |
| HSL | 1.71º | 1% | 0.52% | - |
| HSV(B) | 1.71º | 0.96% | 1% | - |
| XYZ | 41.47 | 21.65 | 2.25 | - |
| YUV | 86.66 | 84.18 | 248.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 16 | 9 | 0 | 0.94 | 0.96 | 0 | 1.71 | 1 | 0.52 |
| Hex | FF | 10 | 9 | 0 | 5E | 60 | 0 | 2 | 64 | 34 |
| Octal | 377 | 20 | 11 | 0 | 136 | 140 | 0 | 2 | 144 | 64 |
| Binary | 11111111 | 10000 | 1001 | 0 | 1011110 | 1100000 | 0 | 10 | 1100100 | 110100 |
Color Harmonies of #FF1009
Complementary color
Monochromatic Colors of #FF1009
Black with #FF1009
Text Example
Text Example
White with #FF1009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1009; }
p { color: rgb(255,16,9); }
H1.HeaderClassName
{
color: #FF1009;
}
.AnyTagClassName
{
color: #FF1009;
}
</style>
background-color css
<style>
a { background-color: #FF1009; }
a { background-color: rgb(255,16,9); }
div.DivClassName
{
background-color: #FF1009;
}
.BgClassName
{
background-color: #FF1009;
}
</style>
border-color css
<style>
span { border-color: #FF1009; }
span { border-color: rgb(255,16,9); }
td.TdClassName
{
border-color: #FF1009;
}
.TagClassName
{
border-color: #FF1009;
}
</style>