Shades of Scarlet #F31C10
Tints of Scarlet #F31C10
RGB
CMYK
RGB Variations
Color information
#F31C10 (or 0xF31C10) is known color: Scarlet. HEX triplet: F3, 1C and 10. RGB value is (243,28,16). Sum of RGB (Red+Green+Blue) = 243+28+16=287 (38% of max value = 765). Red value is 243 (95.31% from 255 or 84.67% from 287); Green value is 28 (11.33% from 255 or 9.76% from 287); Blue value is 16 (6.64% from 255 or 5.57% from 287); Max value from RGB is 243 - color contains mainly: red. Hex color #F31C10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F31C10 is #0CE3EF. Grayscale: #5B5B5B. Windows color (decimal): -844784 or 1055987. OLE color: 1055987.
HSL color Cylindrical-coordinate representation of color #F31C10: hue angle of 3.17º 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 #F31C10 is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 28 | 16 | - |
| CMYK | 0 | 0.88 | 0.93 | 0.05 |
| HSL | 3.17º | 0.9% | 0.51% | - |
| HSV(B) | 3.17º | 0.93% | 0.95% | - |
| XYZ | 37.47 | 19.92 | 2.36 | - |
| YUV | 90.92 | 85.73 | 236.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 28 | 16 | 0 | 0.88 | 0.93 | 0.05 | 3.17 | 0.9 | 0.51 |
| Hex | F3 | 1C | 10 | 0 | 58 | 5D | 5 | 3 | 5A | 33 |
| Octal | 363 | 34 | 20 | 0 | 130 | 135 | 5 | 3 | 132 | 63 |
| Binary | 11110011 | 11100 | 10000 | 0 | 1011000 | 1011101 | 101 | 11 | 1011010 | 110011 |
Color Harmonies of #F31C10
Complementary color
Monochromatic Colors of #F31C10
Black with #F31C10
Text Example
Text Example
White with #F31C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31C10; }
p { color: rgb(243,28,16); }
H1.HeaderClassName
{
color: #F31C10;
}
.AnyTagClassName
{
color: #F31C10;
}
</style>
background-color css
<style>
a { background-color: #F31C10; }
a { background-color: rgb(243,28,16); }
div.DivClassName
{
background-color: #F31C10;
}
.BgClassName
{
background-color: #F31C10;
}
</style>
border-color css
<style>
span { border-color: #F31C10; }
span { border-color: rgb(243,28,16); }
td.TdClassName
{
border-color: #F31C10;
}
.TagClassName
{
border-color: #F31C10;
}
</style>