Shades of Scarlet #F1311A
Tints of Scarlet #F1311A
RGB
CMYK
RGB Variations
Color information
#F1311A (or 0xF1311A) is known color: Scarlet. HEX triplet: F1, 31 and 1A. RGB value is (241,49,26). Sum of RGB (Red+Green+Blue) = 241+49+26=316 (41% of max value = 765). Red value is 241 (94.53% from 255 or 76.27% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 26 (10.55% from 255 or 8.23% from 316); Max value from RGB is 241 - color contains mainly: red. Hex color #F1311A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1311A is #0ECEE5. Grayscale: #686868. Windows color (decimal): -970470 or 1716721. OLE color: 1716721.
HSL color Cylindrical-coordinate representation of color #F1311A: hue angle of 6.42º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F1311A is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 49 | 26 | - |
| CMYK | 0 | 0.80 | 0.89 | 0.05 |
| HSL | 6.42º | 0.88% | 0.52% | - |
| HSV(B) | 6.42º | 0.89% | 0.95% | - |
| XYZ | 37.56 | 20.97 | 3.05 | - |
| YUV | 103.79 | 84.11 | 225.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 49 | 26 | 0 | 0.80 | 0.89 | 0.05 | 6.42 | 0.88 | 0.52 |
| Hex | F1 | 31 | 1A | 0 | 50 | 59 | 5 | 6 | 58 | 34 |
| Octal | 361 | 61 | 32 | 0 | 120 | 131 | 5 | 6 | 130 | 64 |
| Binary | 11110001 | 110001 | 11010 | 0 | 1010000 | 1011001 | 101 | 110 | 1011000 | 110100 |
Color Harmonies of #F1311A
Complementary color
Monochromatic Colors of #F1311A
Black with #F1311A
Text Example
Text Example
White with #F1311A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1311A; }
p { color: rgb(241,49,26); }
H1.HeaderClassName
{
color: #F1311A;
}
.AnyTagClassName
{
color: #F1311A;
}
</style>
background-color css
<style>
a { background-color: #F1311A; }
a { background-color: rgb(241,49,26); }
div.DivClassName
{
background-color: #F1311A;
}
.BgClassName
{
background-color: #F1311A;
}
</style>
border-color css
<style>
span { border-color: #F1311A; }
span { border-color: rgb(241,49,26); }
td.TdClassName
{
border-color: #F1311A;
}
.TagClassName
{
border-color: #F1311A;
}
</style>