Shades of Scarlet #F91A0B
Tints of Scarlet #F91A0B
RGB
CMYK
RGB Variations
Color information
#F91A0B (or 0xF91A0B) is known color: Scarlet. HEX triplet: F9, 1A and 0B. RGB value is (249,26,11). Sum of RGB (Red+Green+Blue) = 249+26+11=286 (37% of max value = 765). Red value is 249 (97.66% from 255 or 87.06% from 286); Green value is 26 (10.55% from 255 or 9.09% from 286); Blue value is 11 (4.69% from 255 or 3.85% from 286); Max value from RGB is 249 - color contains mainly: red. Hex color #F91A0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F91A0B is #06E5F4. Grayscale: #5B5B5B. Windows color (decimal): -452085 or 727801. OLE color: 727801.
HSL color Cylindrical-coordinate representation of color #F91A0B: hue angle of 3.78º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F91A0B is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 26 | 11 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.02 |
| HSL | 3.78º | 0.95% | 0.51% | - |
| HSV(B) | 3.78º | 0.96% | 0.98% | - |
| XYZ | 39.5 | 20.9 | 2.27 | - |
| YUV | 90.97 | 82.88 | 240.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 26 | 11 | 0 | 0.90 | 0.96 | 0.02 | 3.78 | 0.95 | 0.51 |
| Hex | F9 | 1A | B | 0 | 5A | 60 | 2 | 4 | 5F | 33 |
| Octal | 371 | 32 | 13 | 0 | 132 | 140 | 2 | 4 | 137 | 63 |
| Binary | 11111001 | 11010 | 1011 | 0 | 1011010 | 1100000 | 10 | 100 | 1011111 | 110011 |
Color Harmonies of #F91A0B
Complementary color
Monochromatic Colors of #F91A0B
Black with #F91A0B
Text Example
Text Example
White with #F91A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91A0B; }
p { color: rgb(249,26,11); }
H1.HeaderClassName
{
color: #F91A0B;
}
.AnyTagClassName
{
color: #F91A0B;
}
</style>
background-color css
<style>
a { background-color: #F91A0B; }
a { background-color: rgb(249,26,11); }
div.DivClassName
{
background-color: #F91A0B;
}
.BgClassName
{
background-color: #F91A0B;
}
</style>
border-color css
<style>
span { border-color: #F91A0B; }
span { border-color: rgb(249,26,11); }
td.TdClassName
{
border-color: #F91A0B;
}
.TagClassName
{
border-color: #F91A0B;
}
</style>