Shades of Scarlet #F31911
Tints of Scarlet #F31911
RGB
CMYK
RGB Variations
Color information
#F31911 (or 0xF31911) is known color: Scarlet. HEX triplet: F3, 19 and 11. RGB value is (243,25,17). Sum of RGB (Red+Green+Blue) = 243+25+17=285 (37% of max value = 765). Red value is 243 (95.31% from 255 or 85.26% from 285); Green value is 25 (10.16% from 255 or 8.77% from 285); Blue value is 17 (7.03% from 255 or 5.96% from 285); Max value from RGB is 243 - color contains mainly: red. Hex color #F31911 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31911 is #0CE6EE. Grayscale: #595959. Windows color (decimal): -845551 or 1120755. OLE color: 1120755.
HSL color Cylindrical-coordinate representation of color #F31911: hue angle of 2.12º 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 #F31911 is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 25 | 17 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.05 |
| HSL | 2.12º | 0.9% | 0.51% | - |
| HSV(B) | 2.12º | 0.93% | 0.95% | - |
| XYZ | 37.41 | 19.79 | 2.38 | - |
| YUV | 89.27 | 87.22 | 237.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 25 | 17 | 0 | 0.90 | 0.93 | 0.05 | 2.12 | 0.9 | 0.51 |
| Hex | F3 | 19 | 11 | 0 | 5A | 5D | 5 | 2 | 5A | 33 |
| Octal | 363 | 31 | 21 | 0 | 132 | 135 | 5 | 2 | 132 | 63 |
| Binary | 11110011 | 11001 | 10001 | 0 | 1011010 | 1011101 | 101 | 10 | 1011010 | 110011 |
Color Harmonies of #F31911
Complementary color
Monochromatic Colors of #F31911
Black with #F31911
Text Example
Text Example
White with #F31911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31911; }
p { color: rgb(243,25,17); }
H1.HeaderClassName
{
color: #F31911;
}
.AnyTagClassName
{
color: #F31911;
}
</style>
background-color css
<style>
a { background-color: #F31911; }
a { background-color: rgb(243,25,17); }
div.DivClassName
{
background-color: #F31911;
}
.BgClassName
{
background-color: #F31911;
}
</style>
border-color css
<style>
span { border-color: #F31911; }
span { border-color: rgb(243,25,17); }
td.TdClassName
{
border-color: #F31911;
}
.TagClassName
{
border-color: #F31911;
}
</style>