Shades of Scarlet #F12315
Tints of Scarlet #F12315
RGB
CMYK
RGB Variations
Color information
#F12315 (or 0xF12315) is known color: Scarlet. HEX triplet: F1, 23 and 15. RGB value is (241,35,21). Sum of RGB (Red+Green+Blue) = 241+35+21=297 (39% of max value = 765). Red value is 241 (94.53% from 255 or 81.14% from 297); Green value is 35 (14.06% from 255 or 11.78% from 297); Blue value is 21 (8.59% from 255 or 7.07% from 297); Max value from RGB is 241 - color contains mainly: red. Hex color #F12315 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12315 is #0EDCEA. Grayscale: #5F5F5F. Windows color (decimal): -974059 or 1385457. OLE color: 1385457.
HSL color Cylindrical-coordinate representation of color #F12315: hue angle of 3.82º 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 #F12315 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 35 | 21 | - |
| CMYK | 0 | 0.85 | 0.91 | 0.05 |
| HSL | 3.82º | 0.89% | 0.51% | - |
| HSV(B) | 3.82º | 0.91% | 0.95% | - |
| XYZ | 37.01 | 19.96 | 2.61 | - |
| YUV | 95 | 86.25 | 232.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 35 | 21 | 0 | 0.85 | 0.91 | 0.05 | 3.82 | 0.89 | 0.51 |
| Hex | F1 | 23 | 15 | 0 | 55 | 5B | 5 | 4 | 59 | 33 |
| Octal | 361 | 43 | 25 | 0 | 125 | 133 | 5 | 4 | 131 | 63 |
| Binary | 11110001 | 100011 | 10101 | 0 | 1010101 | 1011011 | 101 | 100 | 1011001 | 110011 |
Color Harmonies of #F12315
Complementary color
Monochromatic Colors of #F12315
Black with #F12315
Text Example
Text Example
White with #F12315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12315; }
p { color: rgb(241,35,21); }
H1.HeaderClassName
{
color: #F12315;
}
.AnyTagClassName
{
color: #F12315;
}
</style>
background-color css
<style>
a { background-color: #F12315; }
a { background-color: rgb(241,35,21); }
div.DivClassName
{
background-color: #F12315;
}
.BgClassName
{
background-color: #F12315;
}
</style>
border-color css
<style>
span { border-color: #F12315; }
span { border-color: rgb(241,35,21); }
td.TdClassName
{
border-color: #F12315;
}
.TagClassName
{
border-color: #F12315;
}
</style>