Shades of Red #FF0B05
Tints of Red #FF0B05
RGB
CMYK
RGB Variations
Color information
#FF0B05 (or 0xFF0B05) is known color: Red. HEX triplet: FF, 0B and 05. RGB value is (255,11,5). Sum of RGB (Red+Green+Blue) = 255+11+5=271 (35% of max value = 765). Red value is 255 (100% from 255 or 94.10% from 271); Green value is 11 (4.69% from 255 or 4.06% from 271); Blue value is 5 (2.34% from 255 or 1.85% from 271); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0B05 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0B05 is #00F4FA. Grayscale: #535353. Windows color (decimal): -62715 or 330751. OLE color: 330751.
HSL color Cylindrical-coordinate representation of color #FF0B05: hue angle of 1.44º 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 #FF0B05 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 11 | 5 | - |
| CMYK | 0 | 0.96 | 0.98 | 0 |
| HSL | 1.44º | 1% | 0.51% | - |
| HSV(B) | 1.44º | 0.98% | 1% | - |
| XYZ | 41.39 | 21.51 | 2.11 | - |
| YUV | 83.27 | 83.84 | 250.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 11 | 5 | 0 | 0.96 | 0.98 | 0 | 1.44 | 1 | 0.51 |
| Hex | FF | B | 5 | 0 | 60 | 62 | 0 | 1 | 64 | 33 |
| Octal | 377 | 13 | 5 | 0 | 140 | 142 | 0 | 1 | 144 | 63 |
| Binary | 11111111 | 1011 | 101 | 0 | 1100000 | 1100010 | 0 | 1 | 1100100 | 110011 |
Color Harmonies of #FF0B05
Complementary color
Monochromatic Colors of #FF0B05
Black with #FF0B05
Text Example
Text Example
White with #FF0B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0B05; }
p { color: rgb(255,11,5); }
H1.HeaderClassName
{
color: #FF0B05;
}
.AnyTagClassName
{
color: #FF0B05;
}
</style>
background-color css
<style>
a { background-color: #FF0B05; }
a { background-color: rgb(255,11,5); }
div.DivClassName
{
background-color: #FF0B05;
}
.BgClassName
{
background-color: #FF0B05;
}
</style>
border-color css
<style>
span { border-color: #FF0B05; }
span { border-color: rgb(255,11,5); }
td.TdClassName
{
border-color: #FF0B05;
}
.TagClassName
{
border-color: #FF0B05;
}
</style>