Shades of Scarlet #F2291A
Tints of Scarlet #F2291A
RGB
CMYK
RGB Variations
Color information
#F2291A (or 0xF2291A) is known color: Scarlet. HEX triplet: F2, 29 and 1A. RGB value is (242,41,26). Sum of RGB (Red+Green+Blue) = 242+41+26=309 (40% of max value = 765). Red value is 242 (94.92% from 255 or 78.32% from 309); Green value is 41 (16.41% from 255 or 13.27% from 309); Blue value is 26 (10.55% from 255 or 8.41% from 309); Max value from RGB is 242 - color contains mainly: red. Hex color #F2291A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F2291A is #0DD6E5. Grayscale: #636363. Windows color (decimal): -906982 or 1714674. OLE color: 1714674.
HSL color Cylindrical-coordinate representation of color #F2291A: hue angle of 4.17º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F2291A is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 41 | 26 | - |
| CMYK | 0 | 0.83 | 0.89 | 0.05 |
| HSL | 4.17º | 0.89% | 0.53% | - |
| HSV(B) | 4.17º | 0.89% | 0.95% | - |
| XYZ | 37.6 | 20.54 | 2.96 | - |
| YUV | 99.39 | 86.59 | 229.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 41 | 26 | 0 | 0.83 | 0.89 | 0.05 | 4.17 | 0.89 | 0.53 |
| Hex | F2 | 29 | 1A | 0 | 53 | 59 | 5 | 4 | 59 | 35 |
| Octal | 362 | 51 | 32 | 0 | 123 | 131 | 5 | 4 | 131 | 65 |
| Binary | 11110010 | 101001 | 11010 | 0 | 1010011 | 1011001 | 101 | 100 | 1011001 | 110101 |
Color Harmonies of #F2291A
Complementary color
Monochromatic Colors of #F2291A
Black with #F2291A
Text Example
Text Example
White with #F2291A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2291A; }
p { color: rgb(242,41,26); }
H1.HeaderClassName
{
color: #F2291A;
}
.AnyTagClassName
{
color: #F2291A;
}
</style>
background-color css
<style>
a { background-color: #F2291A; }
a { background-color: rgb(242,41,26); }
div.DivClassName
{
background-color: #F2291A;
}
.BgClassName
{
background-color: #F2291A;
}
</style>
border-color css
<style>
span { border-color: #F2291A; }
span { border-color: rgb(242,41,26); }
td.TdClassName
{
border-color: #F2291A;
}
.TagClassName
{
border-color: #F2291A;
}
</style>