Shades of Scarlet #F12512
Tints of Scarlet #F12512
RGB
CMYK
RGB Variations
Color information
#F12512 (or 0xF12512) is known color: Scarlet. HEX triplet: F1, 25 and 12. RGB value is (241,37,18). Sum of RGB (Red+Green+Blue) = 241+37+18=296 (39% of max value = 765). Red value is 241 (94.53% from 255 or 81.42% from 296); Green value is 37 (14.84% from 255 or 12.5% from 296); Blue value is 18 (7.42% from 255 or 6.08% from 296); Max value from RGB is 241 - color contains mainly: red. Hex color #F12512 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12512 is #0EDAED. Grayscale: #606060. Windows color (decimal): -973550 or 1189361. OLE color: 1189361.
HSL color Cylindrical-coordinate representation of color #F12512: hue angle of 5.11º 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 #F12512 is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 37 | 18 | - |
| CMYK | 0 | 0.85 | 0.93 | 0.05 |
| HSL | 5.11º | 0.89% | 0.51% | - |
| HSV(B) | 5.11º | 0.93% | 0.95% | - |
| XYZ | 37.05 | 20.07 | 2.49 | - |
| YUV | 95.83 | 84.09 | 231.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 37 | 18 | 0 | 0.85 | 0.93 | 0.05 | 5.11 | 0.89 | 0.51 |
| Hex | F1 | 25 | 12 | 0 | 55 | 5D | 5 | 5 | 59 | 33 |
| Octal | 361 | 45 | 22 | 0 | 125 | 135 | 5 | 5 | 131 | 63 |
| Binary | 11110001 | 100101 | 10010 | 0 | 1010101 | 1011101 | 101 | 101 | 1011001 | 110011 |
Color Harmonies of #F12512
Complementary color
Monochromatic Colors of #F12512
Black with #F12512
Text Example
Text Example
White with #F12512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12512; }
p { color: rgb(241,37,18); }
H1.HeaderClassName
{
color: #F12512;
}
.AnyTagClassName
{
color: #F12512;
}
</style>
background-color css
<style>
a { background-color: #F12512; }
a { background-color: rgb(241,37,18); }
div.DivClassName
{
background-color: #F12512;
}
.BgClassName
{
background-color: #F12512;
}
</style>
border-color css
<style>
span { border-color: #F12512; }
span { border-color: rgb(241,37,18); }
td.TdClassName
{
border-color: #F12512;
}
.TagClassName
{
border-color: #F12512;
}
</style>