Shades of Red #FF0B03
Tints of Red #FF0B03
RGB
CMYK
RGB Variations
Color information
#FF0B03 (or 0xFF0B03) is known color: Red. HEX triplet: FF, 0B and 03. RGB value is (255,11,3). Sum of RGB (Red+Green+Blue) = 255+11+3=269 (35% of max value = 765). Red value is 255 (100% from 255 or 94.80% from 269); Green value is 11 (4.69% from 255 or 4.09% from 269); Blue value is 3 (1.56% from 255 or 1.12% from 269); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0B03 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0B03 is #00F4FC. Grayscale: #535353. Windows color (decimal): -62717 or 199679. OLE color: 199679.
HSL color Cylindrical-coordinate representation of color #FF0B03: hue angle of 1.9º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FF0B03 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 11 | 3 | - |
| CMYK | 0 | 0.96 | 0.99 | 0 |
| HSL | 1.9º | 1% | 0.51% | - |
| HSV(B) | 1.9º | 0.99% | 1% | - |
| XYZ | 41.38 | 21.51 | 2.06 | - |
| YUV | 83.04 | 82.84 | 250.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 11 | 3 | 0 | 0.96 | 0.99 | 0 | 1.9 | 1 | 0.51 |
| Hex | FF | B | 3 | 0 | 60 | 63 | 0 | 2 | 64 | 33 |
| Octal | 377 | 13 | 3 | 0 | 140 | 143 | 0 | 2 | 144 | 63 |
| Binary | 11111111 | 1011 | 11 | 0 | 1100000 | 1100011 | 0 | 10 | 1100100 | 110011 |
Color Harmonies of #FF0B03
Complementary color
Monochromatic Colors of #FF0B03
Black with #FF0B03
Text Example
Text Example
White with #FF0B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0B03; }
p { color: rgb(255,11,3); }
H1.HeaderClassName
{
color: #FF0B03;
}
.AnyTagClassName
{
color: #FF0B03;
}
</style>
background-color css
<style>
a { background-color: #FF0B03; }
a { background-color: rgb(255,11,3); }
div.DivClassName
{
background-color: #FF0B03;
}
.BgClassName
{
background-color: #FF0B03;
}
</style>
border-color css
<style>
span { border-color: #FF0B03; }
span { border-color: rgb(255,11,3); }
td.TdClassName
{
border-color: #FF0B03;
}
.TagClassName
{
border-color: #FF0B03;
}
</style>