Shades of Red #FF0B07
Tints of Red #FF0B07
RGB
CMYK
RGB Variations
Color information
#FF0B07 (or 0xFF0B07) is known color: Red. HEX triplet: FF, 0B and 07. RGB value is (255,11,7). Sum of RGB (Red+Green+Blue) = 255+11+7=273 (36% of max value = 765). Red value is 255 (100% from 255 or 93.41% from 273); Green value is 11 (4.69% from 255 or 4.03% from 273); Blue value is 7 (3.12% from 255 or 2.56% from 273); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0B07 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0B07 is #00F4F8. Grayscale: #535353. Windows color (decimal): -62713 or 461823. OLE color: 461823.
HSL color Cylindrical-coordinate representation of color #FF0B07: hue angle of 0.97º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF0B07 is Cyan = 0, Magento = 0.96, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 11 | 7 | - |
| CMYK | 0 | 0.96 | 0.97 | 0 |
| HSL | 0.97º | 1% | 0.51% | - |
| HSV(B) | 0.97º | 0.97% | 1% | - |
| XYZ | 41.4 | 21.51 | 2.17 | - |
| YUV | 83.5 | 84.84 | 250.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 11 | 7 | 0 | 0.96 | 0.97 | 0 | 0.97 | 1 | 0.51 |
| Hex | FF | B | 7 | 0 | 60 | 61 | 0 | 1 | 64 | 33 |
| Octal | 377 | 13 | 7 | 0 | 140 | 141 | 0 | 1 | 144 | 63 |
| Binary | 11111111 | 1011 | 111 | 0 | 1100000 | 1100001 | 0 | 1 | 1100100 | 110011 |
Color Harmonies of #FF0B07
Complementary color
Monochromatic Colors of #FF0B07
Black with #FF0B07
Text Example
Text Example
White with #FF0B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0B07; }
p { color: rgb(255,11,7); }
H1.HeaderClassName
{
color: #FF0B07;
}
.AnyTagClassName
{
color: #FF0B07;
}
</style>
background-color css
<style>
a { background-color: #FF0B07; }
a { background-color: rgb(255,11,7); }
div.DivClassName
{
background-color: #FF0B07;
}
.BgClassName
{
background-color: #FF0B07;
}
</style>
border-color css
<style>
span { border-color: #FF0B07; }
span { border-color: rgb(255,11,7); }
td.TdClassName
{
border-color: #FF0B07;
}
.TagClassName
{
border-color: #FF0B07;
}
</style>