Shades of Scarlet #F12417
Tints of Scarlet #F12417
RGB
CMYK
RGB Variations
Color information
#F12417 (or 0xF12417) is known color: Scarlet. HEX triplet: F1, 24 and 17. RGB value is (241,36,23). Sum of RGB (Red+Green+Blue) = 241+36+23=300 (39% of max value = 765). Red value is 241 (94.53% from 255 or 80.33% from 300); Green value is 36 (14.45% from 255 or 12% from 300); Blue value is 23 (9.38% from 255 or 7.67% from 300); Max value from RGB is 241 - color contains mainly: red. Hex color #F12417 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12417 is #0EDBE8. Grayscale: #606060. Windows color (decimal): -973801 or 1516785. OLE color: 1516785.
HSL color Cylindrical-coordinate representation of color #F12417: hue angle of 3.58º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F12417 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 36 | 23 | - |
| CMYK | 0 | 0.85 | 0.90 | 0.05 |
| HSL | 3.58º | 0.89% | 0.52% | - |
| HSV(B) | 3.58º | 0.9% | 0.95% | - |
| XYZ | 37.06 | 20.02 | 2.72 | - |
| YUV | 95.81 | 86.92 | 231.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 36 | 23 | 0 | 0.85 | 0.90 | 0.05 | 3.58 | 0.89 | 0.52 |
| Hex | F1 | 24 | 17 | 0 | 55 | 5A | 5 | 4 | 59 | 34 |
| Octal | 361 | 44 | 27 | 0 | 125 | 132 | 5 | 4 | 131 | 64 |
| Binary | 11110001 | 100100 | 10111 | 0 | 1010101 | 1011010 | 101 | 100 | 1011001 | 110100 |
Color Harmonies of #F12417
Complementary color
Monochromatic Colors of #F12417
Black with #F12417
Text Example
Text Example
White with #F12417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12417; }
p { color: rgb(241,36,23); }
H1.HeaderClassName
{
color: #F12417;
}
.AnyTagClassName
{
color: #F12417;
}
</style>
background-color css
<style>
a { background-color: #F12417; }
a { background-color: rgb(241,36,23); }
div.DivClassName
{
background-color: #F12417;
}
.BgClassName
{
background-color: #F12417;
}
</style>
border-color css
<style>
span { border-color: #F12417; }
span { border-color: rgb(241,36,23); }
td.TdClassName
{
border-color: #F12417;
}
.TagClassName
{
border-color: #F12417;
}
</style>