Shades of Scarlet #F31919
Tints of Scarlet #F31919
RGB
CMYK
RGB Variations
Color information
#F31919 (or 0xF31919) is known color: Scarlet. HEX triplet: F3, 19 and 19. RGB value is (243,25,25). Sum of RGB (Red+Green+Blue) = 243+25+25=293 (38% of max value = 765). Red value is 243 (95.31% from 255 or 82.94% from 293); Green value is 25 (10.16% from 255 or 8.53% from 293); Blue value is 25 (10.16% from 255 or 8.53% from 293); Max value from RGB is 243 - color contains mainly: red. Hex color #F31919 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31919 is #0CE6E6. Grayscale: #5A5A5A. Windows color (decimal): -845543 or 1645043. OLE color: 1645043.
HSL color Cylindrical-coordinate representation of color #F31919: hue angle of 0º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F31919 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 25 | 25 | - |
| CMYK | 0 | 0.90 | 0.90 | 0.05 |
| HSL | 0º | 0.9% | 0.53% | - |
| HSV(B) | 0º | 0.9% | 0.95% | - |
| XYZ | 37.49 | 19.82 | 2.77 | - |
| YUV | 90.18 | 91.22 | 237 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 25 | 25 | 0 | 0.90 | 0.90 | 0.05 | 0 | 0.9 | 0.53 |
| Hex | F3 | 19 | 19 | 0 | 5A | 5A | 5 | 0 | 5A | 35 |
| Octal | 363 | 31 | 31 | 0 | 132 | 132 | 5 | 0 | 132 | 65 |
| Binary | 11110011 | 11001 | 11001 | 0 | 1011010 | 1011010 | 101 | 0 | 1011010 | 110101 |
Color Harmonies of #F31919
Complementary color
Monochromatic Colors of #F31919
Black with #F31919
Text Example
Text Example
White with #F31919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31919; }
p { color: rgb(243,25,25); }
H1.HeaderClassName
{
color: #F31919;
}
.AnyTagClassName
{
color: #F31919;
}
</style>
background-color css
<style>
a { background-color: #F31919; }
a { background-color: rgb(243,25,25); }
div.DivClassName
{
background-color: #F31919;
}
.BgClassName
{
background-color: #F31919;
}
</style>
border-color css
<style>
span { border-color: #F31919; }
span { border-color: rgb(243,25,25); }
td.TdClassName
{
border-color: #F31919;
}
.TagClassName
{
border-color: #F31919;
}
</style>