Shades of Scarlet #F13210
Tints of Scarlet #F13210
RGB
CMYK
RGB Variations
Color information
#F13210 (or 0xF13210) is known color: Scarlet. HEX triplet: F1, 32 and 10. RGB value is (241,50,16). Sum of RGB (Red+Green+Blue) = 241+50+16=307 (40% of max value = 765). Red value is 241 (94.53% from 255 or 78.50% from 307); Green value is 50 (19.92% from 255 or 16.29% from 307); Blue value is 16 (6.64% from 255 or 5.21% from 307); Max value from RGB is 241 - color contains mainly: red. Hex color #F13210 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13210 is #0ECDEF. Grayscale: #676767. Windows color (decimal): -970224 or 1061617. OLE color: 1061617.
HSL color Cylindrical-coordinate representation of color #F13210: hue angle of 9.07º 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 #F13210 is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 50 | 16 | - |
| CMYK | 0 | 0.79 | 0.93 | 0.05 |
| HSL | 9.07º | 0.89% | 0.5% | - |
| HSV(B) | 9.07º | 0.93% | 0.95% | - |
| XYZ | 37.51 | 21.02 | 2.57 | - |
| YUV | 103.23 | 78.78 | 226.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 50 | 16 | 0 | 0.79 | 0.93 | 0.05 | 9.07 | 0.89 | 0.5 |
| Hex | F1 | 32 | 10 | 0 | 4F | 5D | 5 | 9 | 59 | 32 |
| Octal | 361 | 62 | 20 | 0 | 117 | 135 | 5 | 11 | 131 | 62 |
| Binary | 11110001 | 110010 | 10000 | 0 | 1001111 | 1011101 | 101 | 1001 | 1011001 | 110010 |
Color Harmonies of #F13210
Complementary color
Monochromatic Colors of #F13210
Black with #F13210
Text Example
Text Example
White with #F13210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13210; }
p { color: rgb(241,50,16); }
H1.HeaderClassName
{
color: #F13210;
}
.AnyTagClassName
{
color: #F13210;
}
</style>
background-color css
<style>
a { background-color: #F13210; }
a { background-color: rgb(241,50,16); }
div.DivClassName
{
background-color: #F13210;
}
.BgClassName
{
background-color: #F13210;
}
</style>
border-color css
<style>
span { border-color: #F13210; }
span { border-color: rgb(241,50,16); }
td.TdClassName
{
border-color: #F13210;
}
.TagClassName
{
border-color: #F13210;
}
</style>