Shades of Scarlet #F31413
Tints of Scarlet #F31413
RGB
CMYK
RGB Variations
Color information
#F31413 (or 0xF31413) is known color: Scarlet. HEX triplet: F3, 14 and 13. RGB value is (243,20,19). Sum of RGB (Red+Green+Blue) = 243+20+19=282 (37% of max value = 765). Red value is 243 (95.31% from 255 or 86.17% from 282); Green value is 20 (8.20% from 255 or 7.09% from 282); Blue value is 19 (7.81% from 255 or 6.74% from 282); Max value from RGB is 243 - color contains mainly: red. Hex color #F31413 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31413 is #0CEBEC. Grayscale: #565656. Windows color (decimal): -846829 or 1250547. OLE color: 1250547.
HSL color Cylindrical-coordinate representation of color #F31413: hue angle of 0.27º 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 #F31413 is Cyan = 0, Magento = 0.92, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 20 | 19 | - |
| CMYK | 0 | 0.92 | 0.92 | 0.05 |
| HSL | 0.27º | 0.9% | 0.51% | - |
| HSV(B) | 0.27º | 0.92% | 0.95% | - |
| XYZ | 37.33 | 19.6 | 2.43 | - |
| YUV | 86.56 | 89.88 | 239.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 20 | 19 | 0 | 0.92 | 0.92 | 0.05 | 0.27 | 0.9 | 0.51 |
| Hex | F3 | 14 | 13 | 0 | 5C | 5C | 5 | 0 | 5A | 33 |
| Octal | 363 | 24 | 23 | 0 | 134 | 134 | 5 | 0 | 132 | 63 |
| Binary | 11110011 | 10100 | 10011 | 0 | 1011100 | 1011100 | 101 | 0 | 1011010 | 110011 |
Color Harmonies of #F31413
Complementary color
Monochromatic Colors of #F31413
Black with #F31413
Text Example
Text Example
White with #F31413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31413; }
p { color: rgb(243,20,19); }
H1.HeaderClassName
{
color: #F31413;
}
.AnyTagClassName
{
color: #F31413;
}
</style>
background-color css
<style>
a { background-color: #F31413; }
a { background-color: rgb(243,20,19); }
div.DivClassName
{
background-color: #F31413;
}
.BgClassName
{
background-color: #F31413;
}
</style>
border-color css
<style>
span { border-color: #F31413; }
span { border-color: rgb(243,20,19); }
td.TdClassName
{
border-color: #F31413;
}
.TagClassName
{
border-color: #F31413;
}
</style>