Shades of Scarlet #F11607
Tints of Scarlet #F11607
RGB
CMYK
RGB Variations
Color information
#F11607 (or 0xF11607) is known color: Scarlet. HEX triplet: F1, 16 and 07. RGB value is (241,22,7). Sum of RGB (Red+Green+Blue) = 241+22+7=270 (35% of max value = 765). Red value is 241 (94.53% from 255 or 89.26% from 270); Green value is 22 (8.98% from 255 or 8.15% from 270); Blue value is 7 (3.12% from 255 or 2.59% from 270); Max value from RGB is 241 - color contains mainly: red. Hex color #F11607 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11607 is #0EE9F8. Grayscale: #565656. Windows color (decimal): -977401 or 464625. OLE color: 464625.
HSL color Cylindrical-coordinate representation of color #F11607: hue angle of 3.85º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F11607 is Cyan = 0, Magento = 0.91, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 22 | 7 | - |
| CMYK | 0 | 0.91 | 0.97 | 0.05 |
| HSL | 3.85º | 0.94% | 0.49% | - |
| HSV(B) | 3.85º | 0.97% | 0.95% | - |
| XYZ | 36.6 | 19.29 | 2 | - |
| YUV | 85.77 | 83.55 | 238.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 22 | 7 | 0 | 0.91 | 0.97 | 0.05 | 3.85 | 0.94 | 0.49 |
| Hex | F1 | 16 | 7 | 0 | 5B | 61 | 5 | 4 | 5E | 31 |
| Octal | 361 | 26 | 7 | 0 | 133 | 141 | 5 | 4 | 136 | 61 |
| Binary | 11110001 | 10110 | 111 | 0 | 1011011 | 1100001 | 101 | 100 | 1011110 | 110001 |
Color Harmonies of #F11607
Complementary color
Monochromatic Colors of #F11607
Black with #F11607
Text Example
Text Example
White with #F11607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11607; }
p { color: rgb(241,22,7); }
H1.HeaderClassName
{
color: #F11607;
}
.AnyTagClassName
{
color: #F11607;
}
</style>
background-color css
<style>
a { background-color: #F11607; }
a { background-color: rgb(241,22,7); }
div.DivClassName
{
background-color: #F11607;
}
.BgClassName
{
background-color: #F11607;
}
</style>
border-color css
<style>
span { border-color: #F11607; }
span { border-color: rgb(241,22,7); }
td.TdClassName
{
border-color: #F11607;
}
.TagClassName
{
border-color: #F11607;
}
</style>