Shades of Scarlet #F91B0D
Tints of Scarlet #F91B0D
RGB
CMYK
RGB Variations
Color information
#F91B0D (or 0xF91B0D) is known color: Scarlet. HEX triplet: F9, 1B and 0D. RGB value is (249,27,13). Sum of RGB (Red+Green+Blue) = 249+27+13=289 (38% of max value = 765). Red value is 249 (97.66% from 255 or 86.16% from 289); Green value is 27 (10.94% from 255 or 9.34% from 289); Blue value is 13 (5.47% from 255 or 4.50% from 289); Max value from RGB is 249 - color contains mainly: red. Hex color #F91B0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F91B0D is #06E4F2. Grayscale: #5C5C5C. Windows color (decimal): -451827 or 859129. OLE color: 859129.
HSL color Cylindrical-coordinate representation of color #F91B0D: hue angle of 3.56º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F91B0D is Cyan = 0, Magento = 0.89, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 27 | 13 | - |
| CMYK | 0 | 0.89 | 0.95 | 0.02 |
| HSL | 3.56º | 0.95% | 0.51% | - |
| HSV(B) | 3.56º | 0.95% | 0.98% | - |
| XYZ | 39.53 | 20.95 | 2.34 | - |
| YUV | 91.78 | 83.55 | 240.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 27 | 13 | 0 | 0.89 | 0.95 | 0.02 | 3.56 | 0.95 | 0.51 |
| Hex | F9 | 1B | D | 0 | 59 | 5F | 2 | 4 | 5F | 33 |
| Octal | 371 | 33 | 15 | 0 | 131 | 137 | 2 | 4 | 137 | 63 |
| Binary | 11111001 | 11011 | 1101 | 0 | 1011001 | 1011111 | 10 | 100 | 1011111 | 110011 |
Color Harmonies of #F91B0D
Complementary color
Monochromatic Colors of #F91B0D
Black with #F91B0D
Text Example
Text Example
White with #F91B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91B0D; }
p { color: rgb(249,27,13); }
H1.HeaderClassName
{
color: #F91B0D;
}
.AnyTagClassName
{
color: #F91B0D;
}
</style>
background-color css
<style>
a { background-color: #F91B0D; }
a { background-color: rgb(249,27,13); }
div.DivClassName
{
background-color: #F91B0D;
}
.BgClassName
{
background-color: #F91B0D;
}
</style>
border-color css
<style>
span { border-color: #F91B0D; }
span { border-color: rgb(249,27,13); }
td.TdClassName
{
border-color: #F91B0D;
}
.TagClassName
{
border-color: #F91B0D;
}
</style>