Shades of Scarlet #F12411
Tints of Scarlet #F12411
RGB
CMYK
RGB Variations
Color information
#F12411 (or 0xF12411) is known color: Scarlet. HEX triplet: F1, 24 and 11. RGB value is (241,36,17). Sum of RGB (Red+Green+Blue) = 241+36+17=294 (38% of max value = 765). Red value is 241 (94.53% from 255 or 81.97% from 294); Green value is 36 (14.45% from 255 or 12.24% from 294); Blue value is 17 (7.03% from 255 or 5.78% from 294); Max value from RGB is 241 - color contains mainly: red. Hex color #F12411 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12411 is #0EDBEE. Grayscale: #5F5F5F. Windows color (decimal): -973807 or 1123569. OLE color: 1123569.
HSL color Cylindrical-coordinate representation of color #F12411: hue angle of 5.09º 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 #F12411 is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 36 | 17 | - |
| CMYK | 0 | 0.85 | 0.93 | 0.05 |
| HSL | 5.09º | 0.89% | 0.51% | - |
| HSV(B) | 5.09º | 0.93% | 0.95% | - |
| XYZ | 37.01 | 20 | 2.44 | - |
| YUV | 95.13 | 83.92 | 232.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 36 | 17 | 0 | 0.85 | 0.93 | 0.05 | 5.09 | 0.89 | 0.51 |
| Hex | F1 | 24 | 11 | 0 | 55 | 5D | 5 | 5 | 59 | 33 |
| Octal | 361 | 44 | 21 | 0 | 125 | 135 | 5 | 5 | 131 | 63 |
| Binary | 11110001 | 100100 | 10001 | 0 | 1010101 | 1011101 | 101 | 101 | 1011001 | 110011 |
Color Harmonies of #F12411
Complementary color
Monochromatic Colors of #F12411
Black with #F12411
Text Example
Text Example
White with #F12411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12411; }
p { color: rgb(241,36,17); }
H1.HeaderClassName
{
color: #F12411;
}
.AnyTagClassName
{
color: #F12411;
}
</style>
background-color css
<style>
a { background-color: #F12411; }
a { background-color: rgb(241,36,17); }
div.DivClassName
{
background-color: #F12411;
}
.BgClassName
{
background-color: #F12411;
}
</style>
border-color css
<style>
span { border-color: #F12411; }
span { border-color: rgb(241,36,17); }
td.TdClassName
{
border-color: #F12411;
}
.TagClassName
{
border-color: #F12411;
}
</style>