Shades of Scarlet #F12D09
Tints of Scarlet #F12D09
RGB
CMYK
RGB Variations
Color information
#F12D09 (or 0xF12D09) is known color: Scarlet. HEX triplet: F1, 2D and 09. RGB value is (241,45,9). Sum of RGB (Red+Green+Blue) = 241+45+9=295 (39% of max value = 765). Red value is 241 (94.53% from 255 or 81.69% from 295); Green value is 45 (17.97% from 255 or 15.25% from 295); Blue value is 9 (3.91% from 255 or 3.05% from 295); Max value from RGB is 241 - color contains mainly: red. Hex color #F12D09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12D09 is #0ED2F6. Grayscale: #636363. Windows color (decimal): -971511 or 601585. OLE color: 601585.
HSL color Cylindrical-coordinate representation of color #F12D09: hue angle of 9.31º 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 #F12D09 is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 45 | 9 | - |
| CMYK | 0 | 0.81 | 0.96 | 0.05 |
| HSL | 9.31º | 0.93% | 0.49% | - |
| HSV(B) | 9.31º | 0.96% | 0.95% | - |
| XYZ | 37.26 | 20.6 | 2.27 | - |
| YUV | 99.5 | 76.93 | 228.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 45 | 9 | 0 | 0.81 | 0.96 | 0.05 | 9.31 | 0.93 | 0.49 |
| Hex | F1 | 2D | 9 | 0 | 51 | 60 | 5 | 9 | 5D | 31 |
| Octal | 361 | 55 | 11 | 0 | 121 | 140 | 5 | 11 | 135 | 61 |
| Binary | 11110001 | 101101 | 1001 | 0 | 1010001 | 1100000 | 101 | 1001 | 1011101 | 110001 |
Color Harmonies of #F12D09
Complementary color
Monochromatic Colors of #F12D09
Black with #F12D09
Text Example
Text Example
White with #F12D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12D09; }
p { color: rgb(241,45,9); }
H1.HeaderClassName
{
color: #F12D09;
}
.AnyTagClassName
{
color: #F12D09;
}
</style>
background-color css
<style>
a { background-color: #F12D09; }
a { background-color: rgb(241,45,9); }
div.DivClassName
{
background-color: #F12D09;
}
.BgClassName
{
background-color: #F12D09;
}
</style>
border-color css
<style>
span { border-color: #F12D09; }
span { border-color: rgb(241,45,9); }
td.TdClassName
{
border-color: #F12D09;
}
.TagClassName
{
border-color: #F12D09;
}
</style>