Shades of Scarlet #F31409
Tints of Scarlet #F31409
RGB
CMYK
RGB Variations
Color information
#F31409 (or 0xF31409) is known color: Scarlet. HEX triplet: F3, 14 and 09. RGB value is (243,20,9). Sum of RGB (Red+Green+Blue) = 243+20+9=272 (36% of max value = 765). Red value is 243 (95.31% from 255 or 89.34% from 272); Green value is 20 (8.20% from 255 or 7.35% from 272); Blue value is 9 (3.91% from 255 or 3.31% from 272); Max value from RGB is 243 - color contains mainly: red. Hex color #F31409 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31409 is #0CEBF6. Grayscale: #555555. Windows color (decimal): -846839 or 595187. OLE color: 595187.
HSL color Cylindrical-coordinate representation of color #F31409: hue angle of 2.82º 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 #F31409 is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 20 | 9 | - |
| CMYK | 0 | 0.92 | 0.96 | 0.05 |
| HSL | 2.82º | 0.93% | 0.49% | - |
| HSV(B) | 2.82º | 0.96% | 0.95% | - |
| XYZ | 37.26 | 19.57 | 2.07 | - |
| YUV | 85.42 | 84.88 | 240.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 20 | 9 | 0 | 0.92 | 0.96 | 0.05 | 2.82 | 0.93 | 0.49 |
| Hex | F3 | 14 | 9 | 0 | 5C | 60 | 5 | 3 | 5D | 31 |
| Octal | 363 | 24 | 11 | 0 | 134 | 140 | 5 | 3 | 135 | 61 |
| Binary | 11110011 | 10100 | 1001 | 0 | 1011100 | 1100000 | 101 | 11 | 1011101 | 110001 |
Color Harmonies of #F31409
Complementary color
Monochromatic Colors of #F31409
Black with #F31409
Text Example
Text Example
White with #F31409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31409; }
p { color: rgb(243,20,9); }
H1.HeaderClassName
{
color: #F31409;
}
.AnyTagClassName
{
color: #F31409;
}
</style>
background-color css
<style>
a { background-color: #F31409; }
a { background-color: rgb(243,20,9); }
div.DivClassName
{
background-color: #F31409;
}
.BgClassName
{
background-color: #F31409;
}
</style>
border-color css
<style>
span { border-color: #F31409; }
span { border-color: rgb(243,20,9); }
td.TdClassName
{
border-color: #F31409;
}
.TagClassName
{
border-color: #F31409;
}
</style>