Shades of Scarlet #F31713
Tints of Scarlet #F31713
RGB
CMYK
RGB Variations
Color information
#F31713 (or 0xF31713) is known color: Scarlet. HEX triplet: F3, 17 and 13. RGB value is (243,23,19). Sum of RGB (Red+Green+Blue) = 243+23+19=285 (37% of max value = 765). Red value is 243 (95.31% from 255 or 85.26% from 285); Green value is 23 (9.38% from 255 or 8.07% from 285); Blue value is 19 (7.81% from 255 or 6.67% from 285); Max value from RGB is 243 - color contains mainly: red. Hex color #F31713 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31713 is #0CE8EC. Grayscale: #585858. Windows color (decimal): -846061 or 1251315. OLE color: 1251315.
HSL color Cylindrical-coordinate representation of color #F31713: hue angle of 1.07º 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 #F31713 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 23 | 19 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.05 |
| HSL | 1.07º | 0.9% | 0.51% | - |
| HSV(B) | 1.07º | 0.92% | 0.95% | - |
| XYZ | 37.39 | 19.71 | 2.45 | - |
| YUV | 88.32 | 88.89 | 238.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 23 | 19 | 0 | 0.91 | 0.92 | 0.05 | 1.07 | 0.9 | 0.51 |
| Hex | F3 | 17 | 13 | 0 | 5B | 5C | 5 | 1 | 5A | 33 |
| Octal | 363 | 27 | 23 | 0 | 133 | 134 | 5 | 1 | 132 | 63 |
| Binary | 11110011 | 10111 | 10011 | 0 | 1011011 | 1011100 | 101 | 1 | 1011010 | 110011 |
Color Harmonies of #F31713
Complementary color
Monochromatic Colors of #F31713
Black with #F31713
Text Example
Text Example
White with #F31713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31713; }
p { color: rgb(243,23,19); }
H1.HeaderClassName
{
color: #F31713;
}
.AnyTagClassName
{
color: #F31713;
}
</style>
background-color css
<style>
a { background-color: #F31713; }
a { background-color: rgb(243,23,19); }
div.DivClassName
{
background-color: #F31713;
}
.BgClassName
{
background-color: #F31713;
}
</style>
border-color css
<style>
span { border-color: #F31713; }
span { border-color: rgb(243,23,19); }
td.TdClassName
{
border-color: #F31713;
}
.TagClassName
{
border-color: #F31713;
}
</style>