Shades of Scarlet #F11905
Tints of Scarlet #F11905
RGB
CMYK
RGB Variations
Color information
#F11905 (or 0xF11905) is known color: Scarlet. HEX triplet: F1, 19 and 05. RGB value is (241,25,5). Sum of RGB (Red+Green+Blue) = 241+25+5=271 (35% of max value = 765). Red value is 241 (94.53% from 255 or 88.93% from 271); Green value is 25 (10.16% from 255 or 9.23% from 271); Blue value is 5 (2.34% from 255 or 1.85% from 271); Max value from RGB is 241 - color contains mainly: red. Hex color #F11905 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11905 is #0EE6FA. Grayscale: #575757. Windows color (decimal): -976635 or 334321. OLE color: 334321.
HSL color Cylindrical-coordinate representation of color #F11905: hue angle of 5.08º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F11905 is Cyan = 0, Magento = 0.90, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 25 | 5 | - |
| CMYK | 0 | 0.90 | 0.98 | 0.05 |
| HSL | 5.08º | 0.96% | 0.48% | - |
| HSV(B) | 5.08º | 0.98% | 0.95% | - |
| XYZ | 36.65 | 19.41 | 1.96 | - |
| YUV | 87.3 | 81.56 | 237.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 25 | 5 | 0 | 0.90 | 0.98 | 0.05 | 5.08 | 0.96 | 0.48 |
| Hex | F1 | 19 | 5 | 0 | 5A | 62 | 5 | 5 | 60 | 30 |
| Octal | 361 | 31 | 5 | 0 | 132 | 142 | 5 | 5 | 140 | 60 |
| Binary | 11110001 | 11001 | 101 | 0 | 1011010 | 1100010 | 101 | 101 | 1100000 | 110000 |
Color Harmonies of #F11905
Complementary color
Monochromatic Colors of #F11905
Black with #F11905
Text Example
Text Example
White with #F11905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11905; }
p { color: rgb(241,25,5); }
H1.HeaderClassName
{
color: #F11905;
}
.AnyTagClassName
{
color: #F11905;
}
</style>
background-color css
<style>
a { background-color: #F11905; }
a { background-color: rgb(241,25,5); }
div.DivClassName
{
background-color: #F11905;
}
.BgClassName
{
background-color: #F11905;
}
</style>
border-color css
<style>
span { border-color: #F11905; }
span { border-color: rgb(241,25,5); }
td.TdClassName
{
border-color: #F11905;
}
.TagClassName
{
border-color: #F11905;
}
</style>