Shades of Scarlet #F12813
Tints of Scarlet #F12813
RGB
CMYK
RGB Variations
Color information
#F12813 (or 0xF12813) is known color: Scarlet. HEX triplet: F1, 28 and 13. RGB value is (241,40,19). Sum of RGB (Red+Green+Blue) = 241+40+19=300 (39% of max value = 765). Red value is 241 (94.53% from 255 or 80.33% from 300); Green value is 40 (16.02% from 255 or 13.33% from 300); Blue value is 19 (7.81% from 255 or 6.33% from 300); Max value from RGB is 241 - color contains mainly: red. Hex color #F12813 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12813 is #0ED7EC. Grayscale: #616161. Windows color (decimal): -972781 or 1255665. OLE color: 1255665.
HSL color Cylindrical-coordinate representation of color #F12813: hue angle of 5.68º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F12813 is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 40 | 19 | - |
| CMYK | 0 | 0.83 | 0.92 | 0.05 |
| HSL | 5.68º | 0.89% | 0.51% | - |
| HSV(B) | 5.68º | 0.92% | 0.95% | - |
| XYZ | 37.15 | 20.27 | 2.57 | - |
| YUV | 97.71 | 83.59 | 230.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 40 | 19 | 0 | 0.83 | 0.92 | 0.05 | 5.68 | 0.89 | 0.51 |
| Hex | F1 | 28 | 13 | 0 | 53 | 5C | 5 | 6 | 59 | 33 |
| Octal | 361 | 50 | 23 | 0 | 123 | 134 | 5 | 6 | 131 | 63 |
| Binary | 11110001 | 101000 | 10011 | 0 | 1010011 | 1011100 | 101 | 110 | 1011001 | 110011 |
Color Harmonies of #F12813
Complementary color
Monochromatic Colors of #F12813
Black with #F12813
Text Example
Text Example
White with #F12813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12813; }
p { color: rgb(241,40,19); }
H1.HeaderClassName
{
color: #F12813;
}
.AnyTagClassName
{
color: #F12813;
}
</style>
background-color css
<style>
a { background-color: #F12813; }
a { background-color: rgb(241,40,19); }
div.DivClassName
{
background-color: #F12813;
}
.BgClassName
{
background-color: #F12813;
}
</style>
border-color css
<style>
span { border-color: #F12813; }
span { border-color: rgb(241,40,19); }
td.TdClassName
{
border-color: #F12813;
}
.TagClassName
{
border-color: #F12813;
}
</style>