Shades of Red #FF0803
Tints of Red #FF0803
RGB
CMYK
RGB Variations
Color information
#FF0803 (or 0xFF0803) is known color: Red. HEX triplet: FF, 08 and 03. RGB value is (255,8,3). Sum of RGB (Red+Green+Blue) = 255+8+3=266 (35% of max value = 765). Red value is 255 (100% from 255 or 95.86% from 266); Green value is 8 (3.52% from 255 or 3.01% from 266); Blue value is 3 (1.56% from 255 or 1.13% from 266); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0803 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0803 is #00F7FC. Grayscale: #515151. Windows color (decimal): -63485 or 198911. OLE color: 198911.
HSL color Cylindrical-coordinate representation of color #FF0803: hue angle of 1.19º 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 #FF0803 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 8 | 3 | - |
| CMYK | 0 | 0.97 | 0.99 | 0 |
| HSL | 1.19º | 1% | 0.51% | - |
| HSV(B) | 1.19º | 0.99% | 1% | - |
| XYZ | 41.34 | 21.44 | 2.05 | - |
| YUV | 81.28 | 83.83 | 251.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 8 | 3 | 0 | 0.97 | 0.99 | 0 | 1.19 | 1 | 0.51 |
| Hex | FF | 8 | 3 | 0 | 61 | 63 | 0 | 1 | 64 | 33 |
| Octal | 377 | 10 | 3 | 0 | 141 | 143 | 0 | 1 | 144 | 63 |
| Binary | 11111111 | 1000 | 11 | 0 | 1100001 | 1100011 | 0 | 1 | 1100100 | 110011 |
Color Harmonies of #FF0803
Complementary color
Monochromatic Colors of #FF0803
Black with #FF0803
Text Example
Text Example
White with #FF0803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0803; }
p { color: rgb(255,8,3); }
H1.HeaderClassName
{
color: #FF0803;
}
.AnyTagClassName
{
color: #FF0803;
}
</style>
background-color css
<style>
a { background-color: #FF0803; }
a { background-color: rgb(255,8,3); }
div.DivClassName
{
background-color: #FF0803;
}
.BgClassName
{
background-color: #FF0803;
}
</style>
border-color css
<style>
span { border-color: #FF0803; }
span { border-color: rgb(255,8,3); }
td.TdClassName
{
border-color: #FF0803;
}
.TagClassName
{
border-color: #FF0803;
}
</style>