Shades of Red #FF0F03
Tints of Red #FF0F03
RGB
CMYK
RGB Variations
Color information
#FF0F03 (or 0xFF0F03) is known color: Red. HEX triplet: FF, 0F and 03. RGB value is (255,15,3). Sum of RGB (Red+Green+Blue) = 255+15+3=273 (36% of max value = 765). Red value is 255 (100% from 255 or 93.41% from 273); Green value is 15 (6.25% from 255 or 5.49% from 273); Blue value is 3 (1.56% from 255 or 1.10% from 273); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0F03 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0F03 is #00F0FC. Grayscale: #555555. Windows color (decimal): -61693 or 200703. OLE color: 200703.
HSL color Cylindrical-coordinate representation of color #FF0F03: hue angle of 2.86º 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 #FF0F03 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 15 | 3 | - |
| CMYK | 0 | 0.94 | 0.99 | 0 |
| HSL | 2.86º | 1% | 0.51% | - |
| HSV(B) | 2.86º | 0.99% | 1% | - |
| XYZ | 41.43 | 21.61 | 2.07 | - |
| YUV | 85.39 | 81.51 | 248.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 15 | 3 | 0 | 0.94 | 0.99 | 0 | 2.86 | 1 | 0.51 |
| Hex | FF | F | 3 | 0 | 5E | 63 | 0 | 3 | 64 | 33 |
| Octal | 377 | 17 | 3 | 0 | 136 | 143 | 0 | 3 | 144 | 63 |
| Binary | 11111111 | 1111 | 11 | 0 | 1011110 | 1100011 | 0 | 11 | 1100100 | 110011 |
Color Harmonies of #FF0F03
Complementary color
Monochromatic Colors of #FF0F03
Black with #FF0F03
Text Example
Text Example
White with #FF0F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0F03; }
p { color: rgb(255,15,3); }
H1.HeaderClassName
{
color: #FF0F03;
}
.AnyTagClassName
{
color: #FF0F03;
}
</style>
background-color css
<style>
a { background-color: #FF0F03; }
a { background-color: rgb(255,15,3); }
div.DivClassName
{
background-color: #FF0F03;
}
.BgClassName
{
background-color: #FF0F03;
}
</style>
border-color css
<style>
span { border-color: #FF0F03; }
span { border-color: rgb(255,15,3); }
td.TdClassName
{
border-color: #FF0F03;
}
.TagClassName
{
border-color: #FF0F03;
}
</style>