Shades of Scarlet #F31414
Tints of Scarlet #F31414
RGB
CMYK
RGB Variations
Color information
#F31414 (or 0xF31414) is known color: Scarlet. HEX triplet: F3, 14 and 14. RGB value is (243,20,20). Sum of RGB (Red+Green+Blue) = 243+20+20=283 (37% of max value = 765). Red value is 243 (95.31% from 255 or 85.87% from 283); Green value is 20 (8.20% from 255 or 7.07% from 283); Blue value is 20 (8.20% from 255 or 7.07% from 283); Max value from RGB is 243 - color contains mainly: red. Hex color #F31414 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31414 is #0CEBEB. Grayscale: #565656. Windows color (decimal): -846828 or 1316083. OLE color: 1316083.
HSL color Cylindrical-coordinate representation of color #F31414: hue angle of 0º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F31414 is Cyan = 0, Magento = 0.92, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 20 | 20 | - |
| CMYK | 0 | 0.92 | 0.92 | 0.05 |
| HSL | 0º | 0.9% | 0.52% | - |
| HSV(B) | 0º | 0.92% | 0.95% | - |
| XYZ | 37.34 | 19.61 | 2.48 | - |
| YUV | 86.68 | 90.38 | 239.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 20 | 20 | 0 | 0.92 | 0.92 | 0.05 | 0 | 0.9 | 0.52 |
| Hex | F3 | 14 | 14 | 0 | 5C | 5C | 5 | 0 | 5A | 34 |
| Octal | 363 | 24 | 24 | 0 | 134 | 134 | 5 | 0 | 132 | 64 |
| Binary | 11110011 | 10100 | 10100 | 0 | 1011100 | 1011100 | 101 | 0 | 1011010 | 110100 |
Color Harmonies of #F31414
Complementary color
Monochromatic Colors of #F31414
Black with #F31414
Text Example
Text Example
White with #F31414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31414; }
p { color: rgb(243,20,20); }
H1.HeaderClassName
{
color: #F31414;
}
.AnyTagClassName
{
color: #F31414;
}
</style>
background-color css
<style>
a { background-color: #F31414; }
a { background-color: rgb(243,20,20); }
div.DivClassName
{
background-color: #F31414;
}
.BgClassName
{
background-color: #F31414;
}
</style>
border-color css
<style>
span { border-color: #F31414; }
span { border-color: rgb(243,20,20); }
td.TdClassName
{
border-color: #F31414;
}
.TagClassName
{
border-color: #F31414;
}
</style>