Shades of Scarlet #F12615
Tints of Scarlet #F12615
RGB
CMYK
RGB Variations
Color information
#F12615 (or 0xF12615) is known color: Scarlet. HEX triplet: F1, 26 and 15. RGB value is (241,38,21). Sum of RGB (Red+Green+Blue) = 241+38+21=300 (39% of max value = 765). Red value is 241 (94.53% from 255 or 80.33% from 300); Green value is 38 (15.23% from 255 or 12.67% from 300); Blue value is 21 (8.59% from 255 or 7% from 300); Max value from RGB is 241 - color contains mainly: red. Hex color #F12615 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12615 is #0ED9EA. Grayscale: #616161. Windows color (decimal): -973291 or 1386225. OLE color: 1386225.
HSL color Cylindrical-coordinate representation of color #F12615: hue angle of 4.64º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F12615 is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 38 | 21 | - |
| CMYK | 0 | 0.84 | 0.91 | 0.05 |
| HSL | 4.64º | 0.89% | 0.51% | - |
| HSV(B) | 4.64º | 0.91% | 0.95% | - |
| XYZ | 37.1 | 20.14 | 2.64 | - |
| YUV | 96.76 | 85.25 | 230.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 38 | 21 | 0 | 0.84 | 0.91 | 0.05 | 4.64 | 0.89 | 0.51 |
| Hex | F1 | 26 | 15 | 0 | 54 | 5B | 5 | 5 | 59 | 33 |
| Octal | 361 | 46 | 25 | 0 | 124 | 133 | 5 | 5 | 131 | 63 |
| Binary | 11110001 | 100110 | 10101 | 0 | 1010100 | 1011011 | 101 | 101 | 1011001 | 110011 |
Color Harmonies of #F12615
Complementary color
Monochromatic Colors of #F12615
Black with #F12615
Text Example
Text Example
White with #F12615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12615; }
p { color: rgb(241,38,21); }
H1.HeaderClassName
{
color: #F12615;
}
.AnyTagClassName
{
color: #F12615;
}
</style>
background-color css
<style>
a { background-color: #F12615; }
a { background-color: rgb(241,38,21); }
div.DivClassName
{
background-color: #F12615;
}
.BgClassName
{
background-color: #F12615;
}
</style>
border-color css
<style>
span { border-color: #F12615; }
span { border-color: rgb(241,38,21); }
td.TdClassName
{
border-color: #F12615;
}
.TagClassName
{
border-color: #F12615;
}
</style>