Shades of Scarlet #F31411
Tints of Scarlet #F31411
RGB
CMYK
RGB Variations
Color information
#F31411 (or 0xF31411) is known color: Scarlet. HEX triplet: F3, 14 and 11. RGB value is (243,20,17). Sum of RGB (Red+Green+Blue) = 243+20+17=280 (37% of max value = 765). Red value is 243 (95.31% from 255 or 86.79% from 280); Green value is 20 (8.20% from 255 or 7.14% from 280); Blue value is 17 (7.03% from 255 or 6.07% from 280); Max value from RGB is 243 - color contains mainly: red. Hex color #F31411 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31411 is #0CEBEE. Grayscale: #565656. Windows color (decimal): -846831 or 1119475. OLE color: 1119475.
HSL color Cylindrical-coordinate representation of color #F31411: hue angle of 0.8º 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 #F31411 is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 20 | 17 | - |
| CMYK | 0 | 0.92 | 0.93 | 0.05 |
| HSL | 0.8º | 0.9% | 0.51% | - |
| HSV(B) | 0.8º | 0.93% | 0.95% | - |
| XYZ | 37.31 | 19.6 | 2.35 | - |
| YUV | 86.34 | 88.88 | 239.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 20 | 17 | 0 | 0.92 | 0.93 | 0.05 | 0.8 | 0.9 | 0.51 |
| Hex | F3 | 14 | 11 | 0 | 5C | 5D | 5 | 1 | 5A | 33 |
| Octal | 363 | 24 | 21 | 0 | 134 | 135 | 5 | 1 | 132 | 63 |
| Binary | 11110011 | 10100 | 10001 | 0 | 1011100 | 1011101 | 101 | 1 | 1011010 | 110011 |
Color Harmonies of #F31411
Complementary color
Monochromatic Colors of #F31411
Black with #F31411
Text Example
Text Example
White with #F31411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31411; }
p { color: rgb(243,20,17); }
H1.HeaderClassName
{
color: #F31411;
}
.AnyTagClassName
{
color: #F31411;
}
</style>
background-color css
<style>
a { background-color: #F31411; }
a { background-color: rgb(243,20,17); }
div.DivClassName
{
background-color: #F31411;
}
.BgClassName
{
background-color: #F31411;
}
</style>
border-color css
<style>
span { border-color: #F31411; }
span { border-color: rgb(243,20,17); }
td.TdClassName
{
border-color: #F31411;
}
.TagClassName
{
border-color: #F31411;
}
</style>