Shades of Scarlet #F1291A
Tints of Scarlet #F1291A
RGB
CMYK
RGB Variations
Color information
#F1291A (or 0xF1291A) is known color: Scarlet. HEX triplet: F1, 29 and 1A. RGB value is (241,41,26). Sum of RGB (Red+Green+Blue) = 241+41+26=308 (40% of max value = 765). Red value is 241 (94.53% from 255 or 78.25% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 26 (10.55% from 255 or 8.44% from 308); Max value from RGB is 241 - color contains mainly: red. Hex color #F1291A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1291A is #0ED6E5. Grayscale: #636363. Windows color (decimal): -972518 or 1714673. OLE color: 1714673.
HSL color Cylindrical-coordinate representation of color #F1291A: hue angle of 4.19º 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 #F1291A is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 41 | 26 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.05 |
| HSL | 4.19º | 0.88% | 0.52% | - |
| HSV(B) | 4.19º | 0.89% | 0.95% | - |
| XYZ | 37.26 | 20.36 | 2.94 | - |
| YUV | 99.09 | 86.76 | 229.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 41 | 26 | 0 | 0.83 | 0.89 | 0.05 | 4.19 | 0.88 | 0.52 |
| Hex | F1 | 29 | 1A | 0 | 53 | 59 | 5 | 4 | 58 | 34 |
| Octal | 361 | 51 | 32 | 0 | 123 | 131 | 5 | 4 | 130 | 64 |
| Binary | 11110001 | 101001 | 11010 | 0 | 1010011 | 1011001 | 101 | 100 | 1011000 | 110100 |
Color Harmonies of #F1291A
Complementary color
Monochromatic Colors of #F1291A
Black with #F1291A
Text Example
Text Example
White with #F1291A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1291A; }
p { color: rgb(241,41,26); }
H1.HeaderClassName
{
color: #F1291A;
}
.AnyTagClassName
{
color: #F1291A;
}
</style>
background-color css
<style>
a { background-color: #F1291A; }
a { background-color: rgb(241,41,26); }
div.DivClassName
{
background-color: #F1291A;
}
.BgClassName
{
background-color: #F1291A;
}
</style>
border-color css
<style>
span { border-color: #F1291A; }
span { border-color: rgb(241,41,26); }
td.TdClassName
{
border-color: #F1291A;
}
.TagClassName
{
border-color: #F1291A;
}
</style>