Shades of Scarlet #F11812
Tints of Scarlet #F11812
RGB
CMYK
RGB Variations
Color information
#F11812 (or 0xF11812) is known color: Scarlet. HEX triplet: F1, 18 and 12. RGB value is (241,24,18). Sum of RGB (Red+Green+Blue) = 241+24+18=283 (37% of max value = 765). Red value is 241 (94.53% from 255 or 85.16% from 283); Green value is 24 (9.77% from 255 or 8.48% from 283); Blue value is 18 (7.42% from 255 or 6.36% from 283); Max value from RGB is 241 - color contains mainly: red. Hex color #F11812 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11812 is #0EE7ED. Grayscale: #585858. Windows color (decimal): -976878 or 1186033. OLE color: 1186033.
HSL color Cylindrical-coordinate representation of color #F11812: hue angle of 1.61º 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 #F11812 is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 24 | 18 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.05 |
| HSL | 1.61º | 0.89% | 0.51% | - |
| HSV(B) | 1.61º | 0.93% | 0.95% | - |
| XYZ | 36.71 | 19.4 | 2.38 | - |
| YUV | 88.2 | 88.39 | 236.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 24 | 18 | 0 | 0.90 | 0.93 | 0.05 | 1.61 | 0.89 | 0.51 |
| Hex | F1 | 18 | 12 | 0 | 5A | 5D | 5 | 2 | 59 | 33 |
| Octal | 361 | 30 | 22 | 0 | 132 | 135 | 5 | 2 | 131 | 63 |
| Binary | 11110001 | 11000 | 10010 | 0 | 1011010 | 1011101 | 101 | 10 | 1011001 | 110011 |
Color Harmonies of #F11812
Complementary color
Monochromatic Colors of #F11812
Black with #F11812
Text Example
Text Example
White with #F11812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11812; }
p { color: rgb(241,24,18); }
H1.HeaderClassName
{
color: #F11812;
}
.AnyTagClassName
{
color: #F11812;
}
</style>
background-color css
<style>
a { background-color: #F11812; }
a { background-color: rgb(241,24,18); }
div.DivClassName
{
background-color: #F11812;
}
.BgClassName
{
background-color: #F11812;
}
</style>
border-color css
<style>
span { border-color: #F11812; }
span { border-color: rgb(241,24,18); }
td.TdClassName
{
border-color: #F11812;
}
.TagClassName
{
border-color: #F11812;
}
</style>