Shades of Scarlet #F91C14
Tints of Scarlet #F91C14
RGB
CMYK
RGB Variations
Color information
#F91C14 (or 0xF91C14) is known color: Scarlet. HEX triplet: F9, 1C and 14. RGB value is (249,28,20). Sum of RGB (Red+Green+Blue) = 249+28+20=297 (39% of max value = 765). Red value is 249 (97.66% from 255 or 83.84% from 297); Green value is 28 (11.33% from 255 or 9.43% from 297); Blue value is 20 (8.20% from 255 or 6.73% from 297); Max value from RGB is 249 - color contains mainly: red. Hex color #F91C14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F91C14 is #06E3EB. Grayscale: #5D5D5D. Windows color (decimal): -451564 or 1318137. OLE color: 1318137.
HSL color Cylindrical-coordinate representation of color #F91C14: hue angle of 2.1º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F91C14 is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 28 | 20 | - |
| CMYK | 0 | 0.89 | 0.92 | 0.02 |
| HSL | 2.1º | 0.95% | 0.53% | - |
| HSV(B) | 2.1º | 0.92% | 0.98% | - |
| XYZ | 39.61 | 21.02 | 2.63 | - |
| YUV | 93.17 | 86.72 | 239.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 28 | 20 | 0 | 0.89 | 0.92 | 0.02 | 2.1 | 0.95 | 0.53 |
| Hex | F9 | 1C | 14 | 0 | 59 | 5C | 2 | 2 | 5F | 35 |
| Octal | 371 | 34 | 24 | 0 | 131 | 134 | 2 | 2 | 137 | 65 |
| Binary | 11111001 | 11100 | 10100 | 0 | 1011001 | 1011100 | 10 | 10 | 1011111 | 110101 |
Color Harmonies of #F91C14
Complementary color
Monochromatic Colors of #F91C14
Black with #F91C14
Text Example
Text Example
White with #F91C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91C14; }
p { color: rgb(249,28,20); }
H1.HeaderClassName
{
color: #F91C14;
}
.AnyTagClassName
{
color: #F91C14;
}
</style>
background-color css
<style>
a { background-color: #F91C14; }
a { background-color: rgb(249,28,20); }
div.DivClassName
{
background-color: #F91C14;
}
.BgClassName
{
background-color: #F91C14;
}
</style>
border-color css
<style>
span { border-color: #F91C14; }
span { border-color: rgb(249,28,20); }
td.TdClassName
{
border-color: #F91C14;
}
.TagClassName
{
border-color: #F91C14;
}
</style>