Shades of Scarlet #F1150D
Tints of Scarlet #F1150D
RGB
CMYK
RGB Variations
Color information
#F1150D (or 0xF1150D) is known color: Scarlet. HEX triplet: F1, 15 and 0D. RGB value is (241,21,13). Sum of RGB (Red+Green+Blue) = 241+21+13=275 (36% of max value = 765). Red value is 241 (94.53% from 255 or 87.64% from 275); Green value is 21 (8.59% from 255 or 7.64% from 275); Blue value is 13 (5.47% from 255 or 4.73% from 275); Max value from RGB is 241 - color contains mainly: red. Hex color #F1150D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F1150D is #0EEAF2. Grayscale: #565656. Windows color (decimal): -977651 or 857585. OLE color: 857585.
HSL color Cylindrical-coordinate representation of color #F1150D: hue angle of 2.11º 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 #F1150D is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 21 | 13 | - |
| CMYK | 0 | 0.91 | 0.95 | 0.05 |
| HSL | 2.11º | 0.9% | 0.5% | - |
| HSV(B) | 2.11º | 0.95% | 0.95% | - |
| XYZ | 36.62 | 19.27 | 2.17 | - |
| YUV | 85.87 | 86.89 | 238.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 21 | 13 | 0 | 0.91 | 0.95 | 0.05 | 2.11 | 0.9 | 0.5 |
| Hex | F1 | 15 | D | 0 | 5B | 5F | 5 | 2 | 5A | 32 |
| Octal | 361 | 25 | 15 | 0 | 133 | 137 | 5 | 2 | 132 | 62 |
| Binary | 11110001 | 10101 | 1101 | 0 | 1011011 | 1011111 | 101 | 10 | 1011010 | 110010 |
Color Harmonies of #F1150D
Complementary color
Monochromatic Colors of #F1150D
Black with #F1150D
Text Example
Text Example
White with #F1150D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1150D; }
p { color: rgb(241,21,13); }
H1.HeaderClassName
{
color: #F1150D;
}
.AnyTagClassName
{
color: #F1150D;
}
</style>
background-color css
<style>
a { background-color: #F1150D; }
a { background-color: rgb(241,21,13); }
div.DivClassName
{
background-color: #F1150D;
}
.BgClassName
{
background-color: #F1150D;
}
</style>
border-color css
<style>
span { border-color: #F1150D; }
span { border-color: rgb(241,21,13); }
td.TdClassName
{
border-color: #F1150D;
}
.TagClassName
{
border-color: #F1150D;
}
</style>