Shades of Scarlet #F31C19
Tints of Scarlet #F31C19
RGB
CMYK
RGB Variations
Color information
#F31C19 (or 0xF31C19) is known color: Scarlet. HEX triplet: F3, 1C and 19. RGB value is (243,28,25). Sum of RGB (Red+Green+Blue) = 243+28+25=296 (39% of max value = 765). Red value is 243 (95.31% from 255 or 82.09% from 296); Green value is 28 (11.33% from 255 or 9.46% from 296); Blue value is 25 (10.16% from 255 or 8.45% from 296); Max value from RGB is 243 - color contains mainly: red. Hex color #F31C19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F31C19 is #0CE3E6. Grayscale: #5C5C5C. Windows color (decimal): -844775 or 1645811. OLE color: 1645811.
HSL color Cylindrical-coordinate representation of color #F31C19: hue angle of 0.83º 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 #F31C19 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 28 | 25 | - |
| CMYK | 0 | 0.88 | 0.90 | 0.05 |
| HSL | 0.83º | 0.9% | 0.53% | - |
| HSV(B) | 0.83º | 0.9% | 0.95% | - |
| XYZ | 37.55 | 19.96 | 2.79 | - |
| YUV | 91.94 | 90.23 | 235.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 28 | 25 | 0 | 0.88 | 0.90 | 0.05 | 0.83 | 0.9 | 0.53 |
| Hex | F3 | 1C | 19 | 0 | 58 | 5A | 5 | 1 | 5A | 35 |
| Octal | 363 | 34 | 31 | 0 | 130 | 132 | 5 | 1 | 132 | 65 |
| Binary | 11110011 | 11100 | 11001 | 0 | 1011000 | 1011010 | 101 | 1 | 1011010 | 110101 |
Color Harmonies of #F31C19
Complementary color
Monochromatic Colors of #F31C19
Black with #F31C19
Text Example
Text Example
White with #F31C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31C19; }
p { color: rgb(243,28,25); }
H1.HeaderClassName
{
color: #F31C19;
}
.AnyTagClassName
{
color: #F31C19;
}
</style>
background-color css
<style>
a { background-color: #F31C19; }
a { background-color: rgb(243,28,25); }
div.DivClassName
{
background-color: #F31C19;
}
.BgClassName
{
background-color: #F31C19;
}
</style>
border-color css
<style>
span { border-color: #F31C19; }
span { border-color: rgb(243,28,25); }
td.TdClassName
{
border-color: #F31C19;
}
.TagClassName
{
border-color: #F31C19;
}
</style>