Shades of Scarlet #F12010
Tints of Scarlet #F12010
RGB
CMYK
RGB Variations
Color information
#F12010 (or 0xF12010) is known color: Scarlet. HEX triplet: F1, 20 and 10. RGB value is (241,32,16). Sum of RGB (Red+Green+Blue) = 241+32+16=289 (38% of max value = 765). Red value is 241 (94.53% from 255 or 83.39% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 16 (6.64% from 255 or 5.54% from 289); Max value from RGB is 241 - color contains mainly: red. Hex color #F12010 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12010 is #0EDFEF. Grayscale: #5C5C5C. Windows color (decimal): -974832 or 1057009. OLE color: 1057009.
HSL color Cylindrical-coordinate representation of color #F12010: hue angle of 4.27º 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 #F12010 is Cyan = 0, Magento = 0.87, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 32 | 16 | - |
| CMYK | 0 | 0.87 | 0.93 | 0.05 |
| HSL | 4.27º | 0.89% | 0.5% | - |
| HSV(B) | 4.27º | 0.93% | 0.95% | - |
| XYZ | 36.89 | 19.77 | 2.36 | - |
| YUV | 92.67 | 84.74 | 233.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 32 | 16 | 0 | 0.87 | 0.93 | 0.05 | 4.27 | 0.89 | 0.5 |
| Hex | F1 | 20 | 10 | 0 | 57 | 5D | 5 | 4 | 59 | 32 |
| Octal | 361 | 40 | 20 | 0 | 127 | 135 | 5 | 4 | 131 | 62 |
| Binary | 11110001 | 100000 | 10000 | 0 | 1010111 | 1011101 | 101 | 100 | 1011001 | 110010 |
Color Harmonies of #F12010
Complementary color
Monochromatic Colors of #F12010
Black with #F12010
Text Example
Text Example
White with #F12010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12010; }
p { color: rgb(241,32,16); }
H1.HeaderClassName
{
color: #F12010;
}
.AnyTagClassName
{
color: #F12010;
}
</style>
background-color css
<style>
a { background-color: #F12010; }
a { background-color: rgb(241,32,16); }
div.DivClassName
{
background-color: #F12010;
}
.BgClassName
{
background-color: #F12010;
}
</style>
border-color css
<style>
span { border-color: #F12010; }
span { border-color: rgb(241,32,16); }
td.TdClassName
{
border-color: #F12010;
}
.TagClassName
{
border-color: #F12010;
}
</style>