Shades of Scarlet #F13412
Tints of Scarlet #F13412
RGB
CMYK
RGB Variations
Color information
#F13412 (or 0xF13412) is known color: Scarlet. HEX triplet: F1, 34 and 12. RGB value is (241,52,18). Sum of RGB (Red+Green+Blue) = 241+52+18=311 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.49% from 311); Green value is 52 (20.70% from 255 or 16.72% from 311); Blue value is 18 (7.42% from 255 or 5.79% from 311); Max value from RGB is 241 - color contains mainly: red. Hex color #F13412 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13412 is #0ECBED. Grayscale: #686868. Windows color (decimal): -969710 or 1193201. OLE color: 1193201.
HSL color Cylindrical-coordinate representation of color #F13412: hue angle of 9.15º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F13412 is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 52 | 18 | - |
| CMYK | 0 | 0.78 | 0.93 | 0.05 |
| HSL | 9.15º | 0.89% | 0.51% | - |
| HSV(B) | 9.15º | 0.93% | 0.95% | - |
| XYZ | 37.61 | 21.2 | 2.68 | - |
| YUV | 104.64 | 79.12 | 225.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 52 | 18 | 0 | 0.78 | 0.93 | 0.05 | 9.15 | 0.89 | 0.51 |
| Hex | F1 | 34 | 12 | 0 | 4E | 5D | 5 | 9 | 59 | 33 |
| Octal | 361 | 64 | 22 | 0 | 116 | 135 | 5 | 11 | 131 | 63 |
| Binary | 11110001 | 110100 | 10010 | 0 | 1001110 | 1011101 | 101 | 1001 | 1011001 | 110011 |
Color Harmonies of #F13412
Complementary color
Monochromatic Colors of #F13412
Black with #F13412
Text Example
Text Example
White with #F13412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13412; }
p { color: rgb(241,52,18); }
H1.HeaderClassName
{
color: #F13412;
}
.AnyTagClassName
{
color: #F13412;
}
</style>
background-color css
<style>
a { background-color: #F13412; }
a { background-color: rgb(241,52,18); }
div.DivClassName
{
background-color: #F13412;
}
.BgClassName
{
background-color: #F13412;
}
</style>
border-color css
<style>
span { border-color: #F13412; }
span { border-color: rgb(241,52,18); }
td.TdClassName
{
border-color: #F13412;
}
.TagClassName
{
border-color: #F13412;
}
</style>