Shades of Scarlet #F91C1B
Tints of Scarlet #F91C1B
RGB
CMYK
RGB Variations
Color information
#F91C1B (or 0xF91C1B) is known color: Scarlet. HEX triplet: F9, 1C and 1B. RGB value is (249,28,27). Sum of RGB (Red+Green+Blue) = 249+28+27=304 (40% of max value = 765). Red value is 249 (97.66% from 255 or 81.91% from 304); Green value is 28 (11.33% from 255 or 9.21% from 304); Blue value is 27 (10.94% from 255 or 8.88% from 304); Max value from RGB is 249 - color contains mainly: red. Hex color #F91C1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F91C1B is #06E3E4. Grayscale: #5E5E5E. Windows color (decimal): -451557 or 1776889. OLE color: 1776889.
HSL color Cylindrical-coordinate representation of color #F91C1B: hue angle of 0.27º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F91C1B is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 28 | 27 | - |
| CMYK | 0 | 0.89 | 0.89 | 0.02 |
| HSL | 0.27º | 0.95% | 0.54% | - |
| HSV(B) | 0.27º | 0.89% | 0.98% | - |
| XYZ | 39.68 | 21.05 | 3.01 | - |
| YUV | 93.97 | 90.22 | 238.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 28 | 27 | 0 | 0.89 | 0.89 | 0.02 | 0.27 | 0.95 | 0.54 |
| Hex | F9 | 1C | 1B | 0 | 59 | 59 | 2 | 0 | 5F | 36 |
| Octal | 371 | 34 | 33 | 0 | 131 | 131 | 2 | 0 | 137 | 66 |
| Binary | 11111001 | 11100 | 11011 | 0 | 1011001 | 1011001 | 10 | 0 | 1011111 | 110110 |
Color Harmonies of #F91C1B
Complementary color
Monochromatic Colors of #F91C1B
Black with #F91C1B
Text Example
Text Example
White with #F91C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91C1B; }
p { color: rgb(249,28,27); }
H1.HeaderClassName
{
color: #F91C1B;
}
.AnyTagClassName
{
color: #F91C1B;
}
</style>
background-color css
<style>
a { background-color: #F91C1B; }
a { background-color: rgb(249,28,27); }
div.DivClassName
{
background-color: #F91C1B;
}
.BgClassName
{
background-color: #F91C1B;
}
</style>
border-color css
<style>
span { border-color: #F91C1B; }
span { border-color: rgb(249,28,27); }
td.TdClassName
{
border-color: #F91C1B;
}
.TagClassName
{
border-color: #F91C1B;
}
</style>