Shades of Scarlet #F13410
Tints of Scarlet #F13410
RGB
CMYK
RGB Variations
Color information
#F13410 (or 0xF13410) is known color: Scarlet. HEX triplet: F1, 34 and 10. RGB value is (241,52,16). Sum of RGB (Red+Green+Blue) = 241+52+16=309 (40% of max value = 765). Red value is 241 (94.53% from 255 or 77.99% from 309); Green value is 52 (20.70% from 255 or 16.83% from 309); Blue value is 16 (6.64% from 255 or 5.18% from 309); Max value from RGB is 241 - color contains mainly: red. Hex color #F13410 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13410 is #0ECBEF. Grayscale: #686868. Windows color (decimal): -969712 or 1062129. OLE color: 1062129.
HSL color Cylindrical-coordinate representation of color #F13410: hue angle of 9.6º 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 #F13410 is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 52 | 16 | - |
| CMYK | 0 | 0.78 | 0.93 | 0.05 |
| HSL | 9.6º | 0.89% | 0.5% | - |
| HSV(B) | 9.6º | 0.93% | 0.95% | - |
| XYZ | 37.6 | 21.19 | 2.6 | - |
| YUV | 104.41 | 78.12 | 225.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 52 | 16 | 0 | 0.78 | 0.93 | 0.05 | 9.6 | 0.89 | 0.5 |
| Hex | F1 | 34 | 10 | 0 | 4E | 5D | 5 | A | 59 | 32 |
| Octal | 361 | 64 | 20 | 0 | 116 | 135 | 5 | 12 | 131 | 62 |
| Binary | 11110001 | 110100 | 10000 | 0 | 1001110 | 1011101 | 101 | 1010 | 1011001 | 110010 |
Color Harmonies of #F13410
Complementary color
Monochromatic Colors of #F13410
Black with #F13410
Text Example
Text Example
White with #F13410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F13410; }
p { color: rgb(241,52,16); }
H1.HeaderClassName
{
color: #F13410;
}
.AnyTagClassName
{
color: #F13410;
}
</style>
background-color css
<style>
a { background-color: #F13410; }
a { background-color: rgb(241,52,16); }
div.DivClassName
{
background-color: #F13410;
}
.BgClassName
{
background-color: #F13410;
}
</style>
border-color css
<style>
span { border-color: #F13410; }
span { border-color: rgb(241,52,16); }
td.TdClassName
{
border-color: #F13410;
}
.TagClassName
{
border-color: #F13410;
}
</style>