Shades of Red #FF0903
Tints of Red #FF0903
RGB
CMYK
RGB Variations
Color information
#FF0903 (or 0xFF0903) is known color: Red. HEX triplet: FF, 09 and 03. RGB value is (255,9,3). Sum of RGB (Red+Green+Blue) = 255+9+3=267 (35% of max value = 765). Red value is 255 (100% from 255 or 95.51% from 267); Green value is 9 (3.91% from 255 or 3.37% from 267); Blue value is 3 (1.56% from 255 or 1.12% from 267); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0903 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0903 is #00F6FC. Grayscale: #525252. Windows color (decimal): -63229 or 199167. OLE color: 199167.
HSL color Cylindrical-coordinate representation of color #FF0903: hue angle of 1.43º 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 #FF0903 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 3 | - |
| CMYK | 0 | 0.96 | 0.99 | 0 |
| HSL | 1.43º | 1% | 0.51% | - |
| HSV(B) | 1.43º | 0.99% | 1% | - |
| XYZ | 41.35 | 21.46 | 2.05 | - |
| YUV | 81.87 | 83.5 | 251.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 3 | 0 | 0.96 | 0.99 | 0 | 1.43 | 1 | 0.51 |
| Hex | FF | 9 | 3 | 0 | 60 | 63 | 0 | 1 | 64 | 33 |
| Octal | 377 | 11 | 3 | 0 | 140 | 143 | 0 | 1 | 144 | 63 |
| Binary | 11111111 | 1001 | 11 | 0 | 1100000 | 1100011 | 0 | 1 | 1100100 | 110011 |
Color Harmonies of #FF0903
Complementary color
Monochromatic Colors of #FF0903
Black with #FF0903
Text Example
Text Example
White with #FF0903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0903; }
p { color: rgb(255,9,3); }
H1.HeaderClassName
{
color: #FF0903;
}
.AnyTagClassName
{
color: #FF0903;
}
</style>
background-color css
<style>
a { background-color: #FF0903; }
a { background-color: rgb(255,9,3); }
div.DivClassName
{
background-color: #FF0903;
}
.BgClassName
{
background-color: #FF0903;
}
</style>
border-color css
<style>
span { border-color: #FF0903; }
span { border-color: rgb(255,9,3); }
td.TdClassName
{
border-color: #FF0903;
}
.TagClassName
{
border-color: #FF0903;
}
</style>