Shades of Scarlet #F31812
Tints of Scarlet #F31812
RGB
CMYK
RGB Variations
Color information
#F31812 (or 0xF31812) is known color: Scarlet. HEX triplet: F3, 18 and 12. RGB value is (243,24,18). Sum of RGB (Red+Green+Blue) = 243+24+18=285 (37% of max value = 765). Red value is 243 (95.31% from 255 or 85.26% from 285); Green value is 24 (9.77% from 255 or 8.42% from 285); Blue value is 18 (7.42% from 255 or 6.32% from 285); Max value from RGB is 243 - color contains mainly: red. Hex color #F31812 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31812 is #0CE7ED. Grayscale: #595959. Windows color (decimal): -845806 or 1186035. OLE color: 1186035.
HSL color Cylindrical-coordinate representation of color #F31812: hue angle of 1.6º 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 #F31812 is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 24 | 18 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.05 |
| HSL | 1.6º | 0.9% | 0.51% | - |
| HSV(B) | 1.6º | 0.93% | 0.95% | - |
| XYZ | 37.4 | 19.75 | 2.41 | - |
| YUV | 88.8 | 88.05 | 237.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 24 | 18 | 0 | 0.90 | 0.93 | 0.05 | 1.6 | 0.9 | 0.51 |
| Hex | F3 | 18 | 12 | 0 | 5A | 5D | 5 | 2 | 5A | 33 |
| Octal | 363 | 30 | 22 | 0 | 132 | 135 | 5 | 2 | 132 | 63 |
| Binary | 11110011 | 11000 | 10010 | 0 | 1011010 | 1011101 | 101 | 10 | 1011010 | 110011 |
Color Harmonies of #F31812
Complementary color
Monochromatic Colors of #F31812
Black with #F31812
Text Example
Text Example
White with #F31812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31812; }
p { color: rgb(243,24,18); }
H1.HeaderClassName
{
color: #F31812;
}
.AnyTagClassName
{
color: #F31812;
}
</style>
background-color css
<style>
a { background-color: #F31812; }
a { background-color: rgb(243,24,18); }
div.DivClassName
{
background-color: #F31812;
}
.BgClassName
{
background-color: #F31812;
}
</style>
border-color css
<style>
span { border-color: #F31812; }
span { border-color: rgb(243,24,18); }
td.TdClassName
{
border-color: #F31812;
}
.TagClassName
{
border-color: #F31812;
}
</style>