Shades of Red #FF0901
Tints of Red #FF0901
RGB
CMYK
RGB Variations
Color information
#FF0901 (or 0xFF0901) is known color: Red. HEX triplet: FF, 09 and 01. RGB value is (255,9,1). Sum of RGB (Red+Green+Blue) = 255+9+1=265 (35% of max value = 765). Red value is 255 (100% from 255 or 96.23% from 265); Green value is 9 (3.91% from 255 or 3.40% from 265); Blue value is 1 (0.78% from 255 or 0.38% from 265); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0901 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0901 is #00F6FE. Grayscale: #515151. Windows color (decimal): -63231 or 68095. OLE color: 68095.
HSL color Cylindrical-coordinate representation of color #FF0901: hue angle of 1.89º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF0901 is Cyan = 0, Magento = 0.96, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 1 | - |
| CMYK | 0 | 0.96 | 1.00 | 0 |
| HSL | 1.89º | 1% | 0.5% | - |
| HSV(B) | 1.89º | 1% | 1% | - |
| XYZ | 41.34 | 21.46 | 1.99 | - |
| YUV | 81.64 | 82.5 | 251.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 1 | 0 | 0.96 | 1.00 | 0 | 1.89 | 1 | 0.5 |
| Hex | FF | 9 | 1 | 0 | 60 | 64 | 0 | 2 | 64 | 32 |
| Octal | 377 | 11 | 1 | 0 | 140 | 144 | 0 | 2 | 144 | 62 |
| Binary | 11111111 | 1001 | 1 | 0 | 1100000 | 1100100 | 0 | 10 | 1100100 | 110010 |
Color Harmonies of #FF0901
Complementary color
Monochromatic Colors of #FF0901
Black with #FF0901
Text Example
Text Example
White with #FF0901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0901; }
p { color: rgb(255,9,1); }
H1.HeaderClassName
{
color: #FF0901;
}
.AnyTagClassName
{
color: #FF0901;
}
</style>
background-color css
<style>
a { background-color: #FF0901; }
a { background-color: rgb(255,9,1); }
div.DivClassName
{
background-color: #FF0901;
}
.BgClassName
{
background-color: #FF0901;
}
</style>
border-color css
<style>
span { border-color: #FF0901; }
span { border-color: rgb(255,9,1); }
td.TdClassName
{
border-color: #FF0901;
}
.TagClassName
{
border-color: #FF0901;
}
</style>