Shades of Red #FF0A03
Tints of Red #FF0A03
RGB
CMYK
RGB Variations
Color information
#FF0A03 (or 0xFF0A03) is known color: Red. HEX triplet: FF, 0A and 03. RGB value is (255,10,3). Sum of RGB (Red+Green+Blue) = 255+10+3=268 (35% of max value = 765). Red value is 255 (100% from 255 or 95.15% from 268); Green value is 10 (4.30% from 255 or 3.73% from 268); Blue value is 3 (1.56% from 255 or 1.12% from 268); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0A03 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0A03 is #00F5FC. Grayscale: #525252. Windows color (decimal): -62973 or 199423. OLE color: 199423.
HSL color Cylindrical-coordinate representation of color #FF0A03: hue angle of 1.67º 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 #FF0A03 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 10 | 3 | - |
| CMYK | 0 | 0.96 | 0.99 | 0 |
| HSL | 1.67º | 1% | 0.51% | - |
| HSV(B) | 1.67º | 0.99% | 1% | - |
| XYZ | 41.36 | 21.48 | 2.05 | - |
| YUV | 82.46 | 83.17 | 251.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 10 | 3 | 0 | 0.96 | 0.99 | 0 | 1.67 | 1 | 0.51 |
| Hex | FF | A | 3 | 0 | 60 | 63 | 0 | 2 | 64 | 33 |
| Octal | 377 | 12 | 3 | 0 | 140 | 143 | 0 | 2 | 144 | 63 |
| Binary | 11111111 | 1010 | 11 | 0 | 1100000 | 1100011 | 0 | 10 | 1100100 | 110011 |
Color Harmonies of #FF0A03
Complementary color
Monochromatic Colors of #FF0A03
Black with #FF0A03
Text Example
Text Example
White with #FF0A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0A03; }
p { color: rgb(255,10,3); }
H1.HeaderClassName
{
color: #FF0A03;
}
.AnyTagClassName
{
color: #FF0A03;
}
</style>
background-color css
<style>
a { background-color: #FF0A03; }
a { background-color: rgb(255,10,3); }
div.DivClassName
{
background-color: #FF0A03;
}
.BgClassName
{
background-color: #FF0A03;
}
</style>
border-color css
<style>
span { border-color: #FF0A03; }
span { border-color: rgb(255,10,3); }
td.TdClassName
{
border-color: #FF0A03;
}
.TagClassName
{
border-color: #FF0A03;
}
</style>