Shades of Scarlet #F91C12
Tints of Scarlet #F91C12
RGB
CMYK
RGB Variations
Color information
#F91C12 (or 0xF91C12) is known color: Scarlet. HEX triplet: F9, 1C and 12. RGB value is (249,28,18). Sum of RGB (Red+Green+Blue) = 249+28+18=295 (39% of max value = 765). Red value is 249 (97.66% from 255 or 84.41% from 295); Green value is 28 (11.33% from 255 or 9.49% from 295); Blue value is 18 (7.42% from 255 or 6.10% from 295); Max value from RGB is 249 - color contains mainly: red. Hex color #F91C12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F91C12 is #06E3ED. Grayscale: #5D5D5D. Windows color (decimal): -451566 or 1187065. OLE color: 1187065.
HSL color Cylindrical-coordinate representation of color #F91C12: hue angle of 2.6º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F91C12 is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 28 | 18 | - |
| CMYK | 0 | 0.89 | 0.93 | 0.02 |
| HSL | 2.6º | 0.95% | 0.52% | - |
| HSV(B) | 2.6º | 0.93% | 0.98% | - |
| XYZ | 39.59 | 21.01 | 2.54 | - |
| YUV | 92.94 | 85.72 | 239.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 28 | 18 | 0 | 0.89 | 0.93 | 0.02 | 2.6 | 0.95 | 0.52 |
| Hex | F9 | 1C | 12 | 0 | 59 | 5D | 2 | 3 | 5F | 34 |
| Octal | 371 | 34 | 22 | 0 | 131 | 135 | 2 | 3 | 137 | 64 |
| Binary | 11111001 | 11100 | 10010 | 0 | 1011001 | 1011101 | 10 | 11 | 1011111 | 110100 |
Color Harmonies of #F91C12
Complementary color
Monochromatic Colors of #F91C12
Black with #F91C12
Text Example
Text Example
White with #F91C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91C12; }
p { color: rgb(249,28,18); }
H1.HeaderClassName
{
color: #F91C12;
}
.AnyTagClassName
{
color: #F91C12;
}
</style>
background-color css
<style>
a { background-color: #F91C12; }
a { background-color: rgb(249,28,18); }
div.DivClassName
{
background-color: #F91C12;
}
.BgClassName
{
background-color: #F91C12;
}
</style>
border-color css
<style>
span { border-color: #F91C12; }
span { border-color: rgb(249,28,18); }
td.TdClassName
{
border-color: #F91C12;
}
.TagClassName
{
border-color: #F91C12;
}
</style>