Shades of Scarlet #F12810
Tints of Scarlet #F12810
RGB
CMYK
RGB Variations
Color information
#F12810 (or 0xF12810) is known color: Scarlet. HEX triplet: F1, 28 and 10. RGB value is (241,40,16). Sum of RGB (Red+Green+Blue) = 241+40+16=297 (39% of max value = 765). Red value is 241 (94.53% from 255 or 81.14% from 297); Green value is 40 (16.02% from 255 or 13.47% from 297); Blue value is 16 (6.64% from 255 or 5.39% from 297); Max value from RGB is 241 - color contains mainly: red. Hex color #F12810 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12810 is #0ED7EF. Grayscale: #616161. Windows color (decimal): -972784 or 1059057. OLE color: 1059057.
HSL color Cylindrical-coordinate representation of color #F12810: hue angle of 6.4º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F12810 is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 40 | 16 | - |
| CMYK | 0 | 0.83 | 0.93 | 0.05 |
| HSL | 6.4º | 0.89% | 0.5% | - |
| HSV(B) | 6.4º | 0.93% | 0.95% | - |
| XYZ | 37.13 | 20.26 | 2.44 | - |
| YUV | 97.36 | 82.09 | 230.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 40 | 16 | 0 | 0.83 | 0.93 | 0.05 | 6.4 | 0.89 | 0.5 |
| Hex | F1 | 28 | 10 | 0 | 53 | 5D | 5 | 6 | 59 | 32 |
| Octal | 361 | 50 | 20 | 0 | 123 | 135 | 5 | 6 | 131 | 62 |
| Binary | 11110001 | 101000 | 10000 | 0 | 1010011 | 1011101 | 101 | 110 | 1011001 | 110010 |
Color Harmonies of #F12810
Complementary color
Monochromatic Colors of #F12810
Black with #F12810
Text Example
Text Example
White with #F12810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12810; }
p { color: rgb(241,40,16); }
H1.HeaderClassName
{
color: #F12810;
}
.AnyTagClassName
{
color: #F12810;
}
</style>
background-color css
<style>
a { background-color: #F12810; }
a { background-color: rgb(241,40,16); }
div.DivClassName
{
background-color: #F12810;
}
.BgClassName
{
background-color: #F12810;
}
</style>
border-color css
<style>
span { border-color: #F12810; }
span { border-color: rgb(241,40,16); }
td.TdClassName
{
border-color: #F12810;
}
.TagClassName
{
border-color: #F12810;
}
</style>