Shades of Scarlet #F12713
Tints of Scarlet #F12713
RGB
CMYK
RGB Variations
Color information
#F12713 (or 0xF12713) is known color: Scarlet. HEX triplet: F1, 27 and 13. RGB value is (241,39,19). Sum of RGB (Red+Green+Blue) = 241+39+19=299 (39% of max value = 765). Red value is 241 (94.53% from 255 or 80.60% from 299); Green value is 39 (15.62% from 255 or 13.04% from 299); Blue value is 19 (7.81% from 255 or 6.35% from 299); Max value from RGB is 241 - color contains mainly: red. Hex color #F12713 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12713 is #0ED8EC. Grayscale: #616161. Windows color (decimal): -973037 or 1255409. OLE color: 1255409.
HSL color Cylindrical-coordinate representation of color #F12713: hue angle of 5.41º 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 #F12713 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 39 | 19 | - |
| CMYK | 0 | 0.84 | 0.92 | 0.05 |
| HSL | 5.41º | 0.89% | 0.51% | - |
| HSV(B) | 5.41º | 0.92% | 0.95% | - |
| XYZ | 37.12 | 20.2 | 2.56 | - |
| YUV | 97.12 | 83.92 | 230.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 39 | 19 | 0 | 0.84 | 0.92 | 0.05 | 5.41 | 0.89 | 0.51 |
| Hex | F1 | 27 | 13 | 0 | 54 | 5C | 5 | 5 | 59 | 33 |
| Octal | 361 | 47 | 23 | 0 | 124 | 134 | 5 | 5 | 131 | 63 |
| Binary | 11110001 | 100111 | 10011 | 0 | 1010100 | 1011100 | 101 | 101 | 1011001 | 110011 |
Color Harmonies of #F12713
Complementary color
Monochromatic Colors of #F12713
Black with #F12713
Text Example
Text Example
White with #F12713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12713; }
p { color: rgb(241,39,19); }
H1.HeaderClassName
{
color: #F12713;
}
.AnyTagClassName
{
color: #F12713;
}
</style>
background-color css
<style>
a { background-color: #F12713; }
a { background-color: rgb(241,39,19); }
div.DivClassName
{
background-color: #F12713;
}
.BgClassName
{
background-color: #F12713;
}
</style>
border-color css
<style>
span { border-color: #F12713; }
span { border-color: rgb(241,39,19); }
td.TdClassName
{
border-color: #F12713;
}
.TagClassName
{
border-color: #F12713;
}
</style>