Shades of Scarlet #F31810
Tints of Scarlet #F31810
RGB
CMYK
RGB Variations
Color information
#F31810 (or 0xF31810) is known color: Scarlet. HEX triplet: F3, 18 and 10. RGB value is (243,24,16). Sum of RGB (Red+Green+Blue) = 243+24+16=283 (37% of max value = 765). Red value is 243 (95.31% from 255 or 85.87% from 283); Green value is 24 (9.77% from 255 or 8.48% from 283); Blue value is 16 (6.64% from 255 or 5.65% from 283); Max value from RGB is 243 - color contains mainly: red. Hex color #F31810 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31810 is #0CE7EF. Grayscale: #585858. Windows color (decimal): -845808 or 1054963. OLE color: 1054963.
HSL color Cylindrical-coordinate representation of color #F31810: hue angle of 2.11º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F31810 is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 24 | 16 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.05 |
| HSL | 2.11º | 0.9% | 0.51% | - |
| HSV(B) | 2.11º | 0.93% | 0.95% | - |
| XYZ | 37.38 | 19.75 | 2.33 | - |
| YUV | 88.57 | 87.05 | 238.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 24 | 16 | 0 | 0.90 | 0.93 | 0.05 | 2.11 | 0.9 | 0.51 |
| Hex | F3 | 18 | 10 | 0 | 5A | 5D | 5 | 2 | 5A | 33 |
| Octal | 363 | 30 | 20 | 0 | 132 | 135 | 5 | 2 | 132 | 63 |
| Binary | 11110011 | 11000 | 10000 | 0 | 1011010 | 1011101 | 101 | 10 | 1011010 | 110011 |
Color Harmonies of #F31810
Complementary color
Monochromatic Colors of #F31810
Black with #F31810
Text Example
Text Example
White with #F31810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31810; }
p { color: rgb(243,24,16); }
H1.HeaderClassName
{
color: #F31810;
}
.AnyTagClassName
{
color: #F31810;
}
</style>
background-color css
<style>
a { background-color: #F31810; }
a { background-color: rgb(243,24,16); }
div.DivClassName
{
background-color: #F31810;
}
.BgClassName
{
background-color: #F31810;
}
</style>
border-color css
<style>
span { border-color: #F31810; }
span { border-color: rgb(243,24,16); }
td.TdClassName
{
border-color: #F31810;
}
.TagClassName
{
border-color: #F31810;
}
</style>