Shades of Scarlet #F31F09
Tints of Scarlet #F31F09
RGB
CMYK
RGB Variations
Color information
#F31F09 (or 0xF31F09) is known color: Scarlet. HEX triplet: F3, 1F and 09. RGB value is (243,31,9). Sum of RGB (Red+Green+Blue) = 243+31+9=283 (37% of max value = 765). Red value is 243 (95.31% from 255 or 85.87% from 283); Green value is 31 (12.5% from 255 or 10.95% from 283); Blue value is 9 (3.91% from 255 or 3.18% from 283); Max value from RGB is 243 - color contains mainly: red. Hex color #F31F09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F31F09 is #0CE0F6. Grayscale: #5C5C5C. Windows color (decimal): -844023 or 598003. OLE color: 598003.
HSL color Cylindrical-coordinate representation of color #F31F09: hue angle of 5.64º 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 #F31F09 is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 31 | 9 | - |
| CMYK | 0 | 0.87 | 0.96 | 0.05 |
| HSL | 5.64º | 0.93% | 0.49% | - |
| HSV(B) | 5.64º | 0.96% | 0.95% | - |
| XYZ | 37.5 | 20.05 | 2.15 | - |
| YUV | 91.88 | 81.24 | 235.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 31 | 9 | 0 | 0.87 | 0.96 | 0.05 | 5.64 | 0.93 | 0.49 |
| Hex | F3 | 1F | 9 | 0 | 57 | 60 | 5 | 6 | 5D | 31 |
| Octal | 363 | 37 | 11 | 0 | 127 | 140 | 5 | 6 | 135 | 61 |
| Binary | 11110011 | 11111 | 1001 | 0 | 1010111 | 1100000 | 101 | 110 | 1011101 | 110001 |
Color Harmonies of #F31F09
Complementary color
Monochromatic Colors of #F31F09
Black with #F31F09
Text Example
Text Example
White with #F31F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31F09; }
p { color: rgb(243,31,9); }
H1.HeaderClassName
{
color: #F31F09;
}
.AnyTagClassName
{
color: #F31F09;
}
</style>
background-color css
<style>
a { background-color: #F31F09; }
a { background-color: rgb(243,31,9); }
div.DivClassName
{
background-color: #F31F09;
}
.BgClassName
{
background-color: #F31F09;
}
</style>
border-color css
<style>
span { border-color: #F31F09; }
span { border-color: rgb(243,31,9); }
td.TdClassName
{
border-color: #F31F09;
}
.TagClassName
{
border-color: #F31F09;
}
</style>