Shades of Scarlet #F51903
Tints of Scarlet #F51903
RGB
CMYK
RGB Variations
Color information
#F51903 (or 0xF51903) is known color: Scarlet. HEX triplet: F5, 19 and 03. RGB value is (245,25,3). Sum of RGB (Red+Green+Blue) = 245+25+3=273 (36% of max value = 765). Red value is 245 (96.09% from 255 or 89.74% from 273); Green value is 25 (10.16% from 255 or 9.16% from 273); Blue value is 3 (1.56% from 255 or 1.10% from 273); Max value from RGB is 245 - color contains mainly: red. Hex color #F51903 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F51903 is #0AE6FC. Grayscale: #585858. Windows color (decimal): -714493 or 203253. OLE color: 203253.
HSL color Cylindrical-coordinate representation of color #F51903: hue angle of 5.45º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F51903 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 25 | 3 | - |
| CMYK | 0 | 0.90 | 0.99 | 0.04 |
| HSL | 5.45º | 0.98% | 0.49% | - |
| HSV(B) | 5.45º | 0.99% | 0.96% | - |
| XYZ | 38.02 | 20.11 | 1.96 | - |
| YUV | 88.27 | 79.89 | 239.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 25 | 3 | 0 | 0.90 | 0.99 | 0.04 | 5.45 | 0.98 | 0.49 |
| Hex | F5 | 19 | 3 | 0 | 5A | 63 | 4 | 5 | 62 | 31 |
| Octal | 365 | 31 | 3 | 0 | 132 | 143 | 4 | 5 | 142 | 61 |
| Binary | 11110101 | 11001 | 11 | 0 | 1011010 | 1100011 | 100 | 101 | 1100010 | 110001 |
Color Harmonies of #F51903
Complementary color
Monochromatic Colors of #F51903
Black with #F51903
Text Example
Text Example
White with #F51903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51903; }
p { color: rgb(245,25,3); }
H1.HeaderClassName
{
color: #F51903;
}
.AnyTagClassName
{
color: #F51903;
}
</style>
background-color css
<style>
a { background-color: #F51903; }
a { background-color: rgb(245,25,3); }
div.DivClassName
{
background-color: #F51903;
}
.BgClassName
{
background-color: #F51903;
}
</style>
border-color css
<style>
span { border-color: #F51903; }
span { border-color: rgb(245,25,3); }
td.TdClassName
{
border-color: #F51903;
}
.TagClassName
{
border-color: #F51903;
}
</style>