Shades of Scarlet #F1160D
Tints of Scarlet #F1160D
RGB
CMYK
RGB Variations
Color information
#F1160D (or 0xF1160D) is known color: Scarlet. HEX triplet: F1, 16 and 0D. RGB value is (241,22,13). Sum of RGB (Red+Green+Blue) = 241+22+13=276 (36% of max value = 765). Red value is 241 (94.53% from 255 or 87.32% from 276); Green value is 22 (8.98% from 255 or 7.97% from 276); Blue value is 13 (5.47% from 255 or 4.71% from 276); Max value from RGB is 241 - color contains mainly: red. Hex color #F1160D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F1160D is #0EE9F2. Grayscale: #565656. Windows color (decimal): -977395 or 857841. OLE color: 857841.
HSL color Cylindrical-coordinate representation of color #F1160D: hue angle of 2.37º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F1160D is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 22 | 13 | - |
| CMYK | 0 | 0.91 | 0.95 | 0.05 |
| HSL | 2.37º | 0.9% | 0.5% | - |
| HSV(B) | 2.37º | 0.95% | 0.95% | - |
| XYZ | 36.64 | 19.3 | 2.18 | - |
| YUV | 86.46 | 86.55 | 238.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 22 | 13 | 0 | 0.91 | 0.95 | 0.05 | 2.37 | 0.9 | 0.5 |
| Hex | F1 | 16 | D | 0 | 5B | 5F | 5 | 2 | 5A | 32 |
| Octal | 361 | 26 | 15 | 0 | 133 | 137 | 5 | 2 | 132 | 62 |
| Binary | 11110001 | 10110 | 1101 | 0 | 1011011 | 1011111 | 101 | 10 | 1011010 | 110010 |
Color Harmonies of #F1160D
Complementary color
Monochromatic Colors of #F1160D
Black with #F1160D
Text Example
Text Example
White with #F1160D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1160D; }
p { color: rgb(241,22,13); }
H1.HeaderClassName
{
color: #F1160D;
}
.AnyTagClassName
{
color: #F1160D;
}
</style>
background-color css
<style>
a { background-color: #F1160D; }
a { background-color: rgb(241,22,13); }
div.DivClassName
{
background-color: #F1160D;
}
.BgClassName
{
background-color: #F1160D;
}
</style>
border-color css
<style>
span { border-color: #F1160D; }
span { border-color: rgb(241,22,13); }
td.TdClassName
{
border-color: #F1160D;
}
.TagClassName
{
border-color: #F1160D;
}
</style>