Shades of Scarlet #F11712
Tints of Scarlet #F11712
RGB
CMYK
RGB Variations
Color information
#F11712 (or 0xF11712) is known color: Scarlet. HEX triplet: F1, 17 and 12. RGB value is (241,23,18). Sum of RGB (Red+Green+Blue) = 241+23+18=282 (37% of max value = 765). Red value is 241 (94.53% from 255 or 85.46% from 282); Green value is 23 (9.38% from 255 or 8.16% from 282); Blue value is 18 (7.42% from 255 or 6.38% from 282); Max value from RGB is 241 - color contains mainly: red. Hex color #F11712 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11712 is #0EE8ED. Grayscale: #575757. Windows color (decimal): -977134 or 1185777. OLE color: 1185777.
HSL color Cylindrical-coordinate representation of color #F11712: hue angle of 1.35º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F11712 is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 23 | 18 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.05 |
| HSL | 1.35º | 0.89% | 0.51% | - |
| HSV(B) | 1.35º | 0.93% | 0.95% | - |
| XYZ | 36.69 | 19.36 | 2.37 | - |
| YUV | 87.61 | 88.72 | 237.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 23 | 18 | 0 | 0.90 | 0.93 | 0.05 | 1.35 | 0.89 | 0.51 |
| Hex | F1 | 17 | 12 | 0 | 5A | 5D | 5 | 1 | 59 | 33 |
| Octal | 361 | 27 | 22 | 0 | 132 | 135 | 5 | 1 | 131 | 63 |
| Binary | 11110001 | 10111 | 10010 | 0 | 1011010 | 1011101 | 101 | 1 | 1011001 | 110011 |
Color Harmonies of #F11712
Complementary color
Monochromatic Colors of #F11712
Black with #F11712
Text Example
Text Example
White with #F11712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11712; }
p { color: rgb(241,23,18); }
H1.HeaderClassName
{
color: #F11712;
}
.AnyTagClassName
{
color: #F11712;
}
</style>
background-color css
<style>
a { background-color: #F11712; }
a { background-color: rgb(241,23,18); }
div.DivClassName
{
background-color: #F11712;
}
.BgClassName
{
background-color: #F11712;
}
</style>
border-color css
<style>
span { border-color: #F11712; }
span { border-color: rgb(241,23,18); }
td.TdClassName
{
border-color: #F11712;
}
.TagClassName
{
border-color: #F11712;
}
</style>