Shades of Red #FF0B01
Tints of Red #FF0B01
RGB
CMYK
RGB Variations
Color information
#FF0B01 (or 0xFF0B01) is known color: Red. HEX triplet: FF, 0B and 01. RGB value is (255,11,1). Sum of RGB (Red+Green+Blue) = 255+11+1=267 (35% of max value = 765). Red value is 255 (100% from 255 or 95.51% from 267); Green value is 11 (4.69% from 255 or 4.12% from 267); Blue value is 1 (0.78% from 255 or 0.37% from 267); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0B01 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0B01 is #00F4FE. Grayscale: #535353. Windows color (decimal): -62719 or 68607. OLE color: 68607.
HSL color Cylindrical-coordinate representation of color #FF0B01: hue angle of 2.36º 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 #FF0B01 is Cyan = 0, Magento = 0.96, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 11 | 1 | - |
| CMYK | 0 | 0.96 | 1.00 | 0 |
| HSL | 2.36º | 1% | 0.5% | - |
| HSV(B) | 2.36º | 1% | 1% | - |
| XYZ | 41.37 | 21.5 | 2 | - |
| YUV | 82.82 | 81.84 | 250.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 11 | 1 | 0 | 0.96 | 1.00 | 0 | 2.36 | 1 | 0.5 |
| Hex | FF | B | 1 | 0 | 60 | 64 | 0 | 2 | 64 | 32 |
| Octal | 377 | 13 | 1 | 0 | 140 | 144 | 0 | 2 | 144 | 62 |
| Binary | 11111111 | 1011 | 1 | 0 | 1100000 | 1100100 | 0 | 10 | 1100100 | 110010 |
Color Harmonies of #FF0B01
Complementary color
Monochromatic Colors of #FF0B01
Black with #FF0B01
Text Example
Text Example
White with #FF0B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0B01; }
p { color: rgb(255,11,1); }
H1.HeaderClassName
{
color: #FF0B01;
}
.AnyTagClassName
{
color: #FF0B01;
}
</style>
background-color css
<style>
a { background-color: #FF0B01; }
a { background-color: rgb(255,11,1); }
div.DivClassName
{
background-color: #FF0B01;
}
.BgClassName
{
background-color: #FF0B01;
}
</style>
border-color css
<style>
span { border-color: #FF0B01; }
span { border-color: rgb(255,11,1); }
td.TdClassName
{
border-color: #FF0B01;
}
.TagClassName
{
border-color: #FF0B01;
}
</style>