Shades of Scarlet #F12610
Tints of Scarlet #F12610
RGB
CMYK
RGB Variations
Color information
#F12610 (or 0xF12610) is known color: Scarlet. HEX triplet: F1, 26 and 10. RGB value is (241,38,16). Sum of RGB (Red+Green+Blue) = 241+38+16=295 (39% of max value = 765). Red value is 241 (94.53% from 255 or 81.69% from 295); Green value is 38 (15.23% from 255 or 12.88% from 295); Blue value is 16 (6.64% from 255 or 5.42% from 295); Max value from RGB is 241 - color contains mainly: red. Hex color #F12610 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12610 is #0ED9EF. Grayscale: #606060. Windows color (decimal): -973296 or 1058545. OLE color: 1058545.
HSL color Cylindrical-coordinate representation of color #F12610: hue angle of 5.87º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F12610 is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 38 | 16 | - |
| CMYK | 0 | 0.84 | 0.93 | 0.05 |
| HSL | 5.87º | 0.89% | 0.5% | - |
| HSV(B) | 5.87º | 0.93% | 0.95% | - |
| XYZ | 37.06 | 20.12 | 2.42 | - |
| YUV | 96.19 | 82.75 | 231.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 38 | 16 | 0 | 0.84 | 0.93 | 0.05 | 5.87 | 0.89 | 0.5 |
| Hex | F1 | 26 | 10 | 0 | 54 | 5D | 5 | 6 | 59 | 32 |
| Octal | 361 | 46 | 20 | 0 | 124 | 135 | 5 | 6 | 131 | 62 |
| Binary | 11110001 | 100110 | 10000 | 0 | 1010100 | 1011101 | 101 | 110 | 1011001 | 110010 |
Color Harmonies of #F12610
Complementary color
Monochromatic Colors of #F12610
Black with #F12610
Text Example
Text Example
White with #F12610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12610; }
p { color: rgb(241,38,16); }
H1.HeaderClassName
{
color: #F12610;
}
.AnyTagClassName
{
color: #F12610;
}
</style>
background-color css
<style>
a { background-color: #F12610; }
a { background-color: rgb(241,38,16); }
div.DivClassName
{
background-color: #F12610;
}
.BgClassName
{
background-color: #F12610;
}
</style>
border-color css
<style>
span { border-color: #F12610; }
span { border-color: rgb(241,38,16); }
td.TdClassName
{
border-color: #F12610;
}
.TagClassName
{
border-color: #F12610;
}
</style>