Shades of Scarlet #F31C09
Tints of Scarlet #F31C09
RGB
CMYK
RGB Variations
Color information
#F31C09 (or 0xF31C09) is known color: Scarlet. HEX triplet: F3, 1C and 09. RGB value is (243,28,9). Sum of RGB (Red+Green+Blue) = 243+28+9=280 (37% of max value = 765). Red value is 243 (95.31% from 255 or 86.79% from 280); Green value is 28 (11.33% from 255 or 10% from 280); Blue value is 9 (3.91% from 255 or 3.21% from 280); Max value from RGB is 243 - color contains mainly: red. Hex color #F31C09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F31C09 is #0CE3F6. Grayscale: #5A5A5A. Windows color (decimal): -844791 or 597235. OLE color: 597235.
HSL color Cylindrical-coordinate representation of color #F31C09: hue angle of 4.87º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F31C09 is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 28 | 9 | - |
| CMYK | 0 | 0.88 | 0.96 | 0.05 |
| HSL | 4.87º | 0.93% | 0.49% | - |
| HSV(B) | 4.87º | 0.96% | 0.95% | - |
| XYZ | 37.43 | 19.9 | 2.13 | - |
| YUV | 90.12 | 82.23 | 237.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 28 | 9 | 0 | 0.88 | 0.96 | 0.05 | 4.87 | 0.93 | 0.49 |
| Hex | F3 | 1C | 9 | 0 | 58 | 60 | 5 | 5 | 5D | 31 |
| Octal | 363 | 34 | 11 | 0 | 130 | 140 | 5 | 5 | 135 | 61 |
| Binary | 11110011 | 11100 | 1001 | 0 | 1011000 | 1100000 | 101 | 101 | 1011101 | 110001 |
Color Harmonies of #F31C09
Complementary color
Monochromatic Colors of #F31C09
Black with #F31C09
Text Example
Text Example
White with #F31C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31C09; }
p { color: rgb(243,28,9); }
H1.HeaderClassName
{
color: #F31C09;
}
.AnyTagClassName
{
color: #F31C09;
}
</style>
background-color css
<style>
a { background-color: #F31C09; }
a { background-color: rgb(243,28,9); }
div.DivClassName
{
background-color: #F31C09;
}
.BgClassName
{
background-color: #F31C09;
}
</style>
border-color css
<style>
span { border-color: #F31C09; }
span { border-color: rgb(243,28,9); }
td.TdClassName
{
border-color: #F31C09;
}
.TagClassName
{
border-color: #F31C09;
}
</style>