Shades of Scarlet #F31412
Tints of Scarlet #F31412
RGB
CMYK
RGB Variations
Color information
#F31412 (or 0xF31412) is known color: Scarlet. HEX triplet: F3, 14 and 12. RGB value is (243,20,18). Sum of RGB (Red+Green+Blue) = 243+20+18=281 (37% of max value = 765). Red value is 243 (95.31% from 255 or 86.48% from 281); Green value is 20 (8.20% from 255 or 7.12% from 281); Blue value is 18 (7.42% from 255 or 6.41% from 281); Max value from RGB is 243 - color contains mainly: red. Hex color #F31412 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31412 is #0CEBED. Grayscale: #565656. Windows color (decimal): -846830 or 1185011. OLE color: 1185011.
HSL color Cylindrical-coordinate representation of color #F31412: hue angle of 0.53º 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 #F31412 is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 20 | 18 | - |
| CMYK | 0 | 0.92 | 0.93 | 0.05 |
| HSL | 0.53º | 0.9% | 0.51% | - |
| HSV(B) | 0.53º | 0.93% | 0.95% | - |
| XYZ | 37.32 | 19.6 | 2.39 | - |
| YUV | 86.45 | 89.38 | 239.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 20 | 18 | 0 | 0.92 | 0.93 | 0.05 | 0.53 | 0.9 | 0.51 |
| Hex | F3 | 14 | 12 | 0 | 5C | 5D | 5 | 1 | 5A | 33 |
| Octal | 363 | 24 | 22 | 0 | 134 | 135 | 5 | 1 | 132 | 63 |
| Binary | 11110011 | 10100 | 10010 | 0 | 1011100 | 1011101 | 101 | 1 | 1011010 | 110011 |
Color Harmonies of #F31412
Complementary color
Monochromatic Colors of #F31412
Black with #F31412
Text Example
Text Example
White with #F31412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31412; }
p { color: rgb(243,20,18); }
H1.HeaderClassName
{
color: #F31412;
}
.AnyTagClassName
{
color: #F31412;
}
</style>
background-color css
<style>
a { background-color: #F31412; }
a { background-color: rgb(243,20,18); }
div.DivClassName
{
background-color: #F31412;
}
.BgClassName
{
background-color: #F31412;
}
</style>
border-color css
<style>
span { border-color: #F31412; }
span { border-color: rgb(243,20,18); }
td.TdClassName
{
border-color: #F31412;
}
.TagClassName
{
border-color: #F31412;
}
</style>