Shades of Scarlet #F1190C
Tints of Scarlet #F1190C
RGB
CMYK
RGB Variations
Color information
#F1190C (or 0xF1190C) is known color: Scarlet. HEX triplet: F1, 19 and 0C. RGB value is (241,25,12). Sum of RGB (Red+Green+Blue) = 241+25+12=278 (36% of max value = 765). Red value is 241 (94.53% from 255 or 86.69% from 278); Green value is 25 (10.16% from 255 or 8.99% from 278); Blue value is 12 (5.08% from 255 or 4.32% from 278); Max value from RGB is 241 - color contains mainly: red. Hex color #F1190C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F1190C is #0EE6F3. Grayscale: #585858. Windows color (decimal): -976628 or 793073. OLE color: 793073.
HSL color Cylindrical-coordinate representation of color #F1190C: hue angle of 3.41º degrees, saturation: 0.91, 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 #F1190C is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 25 | 12 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.05 |
| HSL | 3.41º | 0.91% | 0.5% | - |
| HSV(B) | 3.41º | 0.95% | 0.95% | - |
| XYZ | 36.69 | 19.42 | 2.16 | - |
| YUV | 88.1 | 85.06 | 237.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 25 | 12 | 0 | 0.90 | 0.95 | 0.05 | 3.41 | 0.91 | 0.5 |
| Hex | F1 | 19 | C | 0 | 5A | 5F | 5 | 3 | 5B | 32 |
| Octal | 361 | 31 | 14 | 0 | 132 | 137 | 5 | 3 | 133 | 62 |
| Binary | 11110001 | 11001 | 1100 | 0 | 1011010 | 1011111 | 101 | 11 | 1011011 | 110010 |
Color Harmonies of #F1190C
Complementary color
Monochromatic Colors of #F1190C
Black with #F1190C
Text Example
Text Example
White with #F1190C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1190C; }
p { color: rgb(241,25,12); }
H1.HeaderClassName
{
color: #F1190C;
}
.AnyTagClassName
{
color: #F1190C;
}
</style>
background-color css
<style>
a { background-color: #F1190C; }
a { background-color: rgb(241,25,12); }
div.DivClassName
{
background-color: #F1190C;
}
.BgClassName
{
background-color: #F1190C;
}
</style>
border-color css
<style>
span { border-color: #F1190C; }
span { border-color: rgb(241,25,12); }
td.TdClassName
{
border-color: #F1190C;
}
.TagClassName
{
border-color: #F1190C;
}
</style>