Shades of Scarlet #F31913
Tints of Scarlet #F31913
RGB
CMYK
RGB Variations
Color information
#F31913 (or 0xF31913) is known color: Scarlet. HEX triplet: F3, 19 and 13. RGB value is (243,25,19). Sum of RGB (Red+Green+Blue) = 243+25+19=287 (38% of max value = 765). Red value is 243 (95.31% from 255 or 84.67% from 287); Green value is 25 (10.16% from 255 or 8.71% from 287); Blue value is 19 (7.81% from 255 or 6.62% from 287); Max value from RGB is 243 - color contains mainly: red. Hex color #F31913 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31913 is #0CE6EC. Grayscale: #595959. Windows color (decimal): -845549 or 1251827. OLE color: 1251827.
HSL color Cylindrical-coordinate representation of color #F31913: hue angle of 1.61º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F31913 is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 25 | 19 | - |
| CMYK | 0 | 0.90 | 0.92 | 0.05 |
| HSL | 1.61º | 0.9% | 0.51% | - |
| HSV(B) | 1.61º | 0.92% | 0.95% | - |
| XYZ | 37.43 | 19.8 | 2.46 | - |
| YUV | 89.5 | 88.22 | 237.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 25 | 19 | 0 | 0.90 | 0.92 | 0.05 | 1.61 | 0.9 | 0.51 |
| Hex | F3 | 19 | 13 | 0 | 5A | 5C | 5 | 2 | 5A | 33 |
| Octal | 363 | 31 | 23 | 0 | 132 | 134 | 5 | 2 | 132 | 63 |
| Binary | 11110011 | 11001 | 10011 | 0 | 1011010 | 1011100 | 101 | 10 | 1011010 | 110011 |
Color Harmonies of #F31913
Complementary color
Monochromatic Colors of #F31913
Black with #F31913
Text Example
Text Example
White with #F31913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31913; }
p { color: rgb(243,25,19); }
H1.HeaderClassName
{
color: #F31913;
}
.AnyTagClassName
{
color: #F31913;
}
</style>
background-color css
<style>
a { background-color: #F31913; }
a { background-color: rgb(243,25,19); }
div.DivClassName
{
background-color: #F31913;
}
.BgClassName
{
background-color: #F31913;
}
</style>
border-color css
<style>
span { border-color: #F31913; }
span { border-color: rgb(243,25,19); }
td.TdClassName
{
border-color: #F31913;
}
.TagClassName
{
border-color: #F31913;
}
</style>