Shades of Scarlet #F91A0D
Tints of Scarlet #F91A0D
RGB
CMYK
RGB Variations
Color information
#F91A0D (or 0xF91A0D) is known color: Scarlet. HEX triplet: F9, 1A and 0D. RGB value is (249,26,13). Sum of RGB (Red+Green+Blue) = 249+26+13=288 (38% of max value = 765). Red value is 249 (97.66% from 255 or 86.46% from 288); Green value is 26 (10.55% from 255 or 9.03% from 288); Blue value is 13 (5.47% from 255 or 4.51% from 288); Max value from RGB is 249 - color contains mainly: red. Hex color #F91A0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F91A0D is #06E5F2. Grayscale: #5B5B5B. Windows color (decimal): -452083 or 858873. OLE color: 858873.
HSL color Cylindrical-coordinate representation of color #F91A0D: hue angle of 3.31º 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 #F91A0D is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 26 | 13 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.02 |
| HSL | 3.31º | 0.95% | 0.51% | - |
| HSV(B) | 3.31º | 0.95% | 0.98% | - |
| XYZ | 39.51 | 20.91 | 2.33 | - |
| YUV | 91.2 | 83.88 | 240.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 26 | 13 | 0 | 0.90 | 0.95 | 0.02 | 3.31 | 0.95 | 0.51 |
| Hex | F9 | 1A | D | 0 | 5A | 5F | 2 | 3 | 5F | 33 |
| Octal | 371 | 32 | 15 | 0 | 132 | 137 | 2 | 3 | 137 | 63 |
| Binary | 11111001 | 11010 | 1101 | 0 | 1011010 | 1011111 | 10 | 11 | 1011111 | 110011 |
Color Harmonies of #F91A0D
Complementary color
Monochromatic Colors of #F91A0D
Black with #F91A0D
Text Example
Text Example
White with #F91A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91A0D; }
p { color: rgb(249,26,13); }
H1.HeaderClassName
{
color: #F91A0D;
}
.AnyTagClassName
{
color: #F91A0D;
}
</style>
background-color css
<style>
a { background-color: #F91A0D; }
a { background-color: rgb(249,26,13); }
div.DivClassName
{
background-color: #F91A0D;
}
.BgClassName
{
background-color: #F91A0D;
}
</style>
border-color css
<style>
span { border-color: #F91A0D; }
span { border-color: rgb(249,26,13); }
td.TdClassName
{
border-color: #F91A0D;
}
.TagClassName
{
border-color: #F91A0D;
}
</style>