Shades of Scarlet #F12809
Tints of Scarlet #F12809
RGB
CMYK
RGB Variations
Color information
#F12809 (or 0xF12809) is known color: Scarlet. HEX triplet: F1, 28 and 09. RGB value is (241,40,9). Sum of RGB (Red+Green+Blue) = 241+40+9=290 (38% of max value = 765). Red value is 241 (94.53% from 255 or 83.10% from 290); Green value is 40 (16.02% from 255 or 13.79% from 290); Blue value is 9 (3.91% from 255 or 3.10% from 290); Max value from RGB is 241 - color contains mainly: red. Hex color #F12809 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12809 is #0ED7F6. Grayscale: #606060. Windows color (decimal): -972791 or 600305. OLE color: 600305.
HSL color Cylindrical-coordinate representation of color #F12809: hue angle of 8.02º 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 #F12809 is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 40 | 9 | - |
| CMYK | 0 | 0.83 | 0.96 | 0.05 |
| HSL | 8.02º | 0.93% | 0.49% | - |
| HSV(B) | 8.02º | 0.96% | 0.95% | - |
| XYZ | 37.08 | 20.24 | 2.21 | - |
| YUV | 96.57 | 78.59 | 231.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 40 | 9 | 0 | 0.83 | 0.96 | 0.05 | 8.02 | 0.93 | 0.49 |
| Hex | F1 | 28 | 9 | 0 | 53 | 60 | 5 | 8 | 5D | 31 |
| Octal | 361 | 50 | 11 | 0 | 123 | 140 | 5 | 10 | 135 | 61 |
| Binary | 11110001 | 101000 | 1001 | 0 | 1010011 | 1100000 | 101 | 1000 | 1011101 | 110001 |
Color Harmonies of #F12809
Complementary color
Monochromatic Colors of #F12809
Black with #F12809
Text Example
Text Example
White with #F12809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12809; }
p { color: rgb(241,40,9); }
H1.HeaderClassName
{
color: #F12809;
}
.AnyTagClassName
{
color: #F12809;
}
</style>
background-color css
<style>
a { background-color: #F12809; }
a { background-color: rgb(241,40,9); }
div.DivClassName
{
background-color: #F12809;
}
.BgClassName
{
background-color: #F12809;
}
</style>
border-color css
<style>
span { border-color: #F12809; }
span { border-color: rgb(241,40,9); }
td.TdClassName
{
border-color: #F12809;
}
.TagClassName
{
border-color: #F12809;
}
</style>