Shades of Scarlet #F11613
Tints of Scarlet #F11613
RGB
CMYK
RGB Variations
Color information
#F11613 (or 0xF11613) is known color: Scarlet. HEX triplet: F1, 16 and 13. RGB value is (241,22,19). Sum of RGB (Red+Green+Blue) = 241+22+19=282 (37% of max value = 765). Red value is 241 (94.53% from 255 or 85.46% from 282); Green value is 22 (8.98% from 255 or 7.80% from 282); Blue value is 19 (7.81% from 255 or 6.74% from 282); Max value from RGB is 241 - color contains mainly: red. Hex color #F11613 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11613 is #0EE9EC. Grayscale: #575757. Windows color (decimal): -977389 or 1251057. OLE color: 1251057.
HSL color Cylindrical-coordinate representation of color #F11613: hue angle of 0.81º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F11613 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 22 | 19 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.05 |
| HSL | 0.81º | 0.89% | 0.51% | - |
| HSV(B) | 0.81º | 0.92% | 0.95% | - |
| XYZ | 36.68 | 19.32 | 2.41 | - |
| YUV | 87.14 | 89.55 | 237.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 22 | 19 | 0 | 0.91 | 0.92 | 0.05 | 0.81 | 0.89 | 0.51 |
| Hex | F1 | 16 | 13 | 0 | 5B | 5C | 5 | 1 | 59 | 33 |
| Octal | 361 | 26 | 23 | 0 | 133 | 134 | 5 | 1 | 131 | 63 |
| Binary | 11110001 | 10110 | 10011 | 0 | 1011011 | 1011100 | 101 | 1 | 1011001 | 110011 |
Color Harmonies of #F11613
Complementary color
Monochromatic Colors of #F11613
Black with #F11613
Text Example
Text Example
White with #F11613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11613; }
p { color: rgb(241,22,19); }
H1.HeaderClassName
{
color: #F11613;
}
.AnyTagClassName
{
color: #F11613;
}
</style>
background-color css
<style>
a { background-color: #F11613; }
a { background-color: rgb(241,22,19); }
div.DivClassName
{
background-color: #F11613;
}
.BgClassName
{
background-color: #F11613;
}
</style>
border-color css
<style>
span { border-color: #F11613; }
span { border-color: rgb(241,22,19); }
td.TdClassName
{
border-color: #F11613;
}
.TagClassName
{
border-color: #F11613;
}
</style>