Shades of Red #FF0B00
Tints of Red #FF0B00
RGB
CMYK
RGB Variations
Color information
#FF0B00 (or 0xFF0B00) is known color: Red. HEX triplet: FF, 0B and 00. RGB value is (255,11,0). Sum of RGB (Red+Green+Blue) = 255+11+0=266 (35% of max value = 765). Red value is 255 (100% from 255 or 95.86% from 266); Green value is 11 (4.69% from 255 or 4.14% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0B00 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0B00 is #00F4FF. Grayscale: #525252. Windows color (decimal): -62720 or 3071. OLE color: 3071.
HSL color Cylindrical-coordinate representation of color #FF0B00: hue angle of 2.59º 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 #FF0B00 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 11 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0 |
| HSL | 2.59º | 1% | 0.5% | - |
| HSV(B) | 2.59º | 1% | 1% | - |
| XYZ | 41.36 | 21.5 | 1.97 | - |
| YUV | 82.7 | 81.34 | 250.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 11 | 0 | 0 | 0.96 | 1 | 0 | 2.59 | 1 | 0.5 |
| Hex | FF | B | 0 | 0 | 60 | 64 | 0 | 3 | 64 | 32 |
| Octal | 377 | 13 | 0 | 0 | 140 | 144 | 0 | 3 | 144 | 62 |
| Binary | 11111111 | 1011 | 0 | 0 | 1100000 | 1100100 | 0 | 11 | 1100100 | 110010 |
Color Harmonies of #FF0B00
Complementary color
Monochromatic Colors of #FF0B00
Black with #FF0B00
Text Example
Text Example
White with #FF0B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0B00; }
p { color: rgb(255,11,0); }
H1.HeaderClassName
{
color: #FF0B00;
}
.AnyTagClassName
{
color: #FF0B00;
}
</style>
background-color css
<style>
a { background-color: #FF0B00; }
a { background-color: rgb(255,11,0); }
div.DivClassName
{
background-color: #FF0B00;
}
.BgClassName
{
background-color: #FF0B00;
}
</style>
border-color css
<style>
span { border-color: #FF0B00; }
span { border-color: rgb(255,11,0); }
td.TdClassName
{
border-color: #FF0B00;
}
.TagClassName
{
border-color: #FF0B00;
}
</style>