Shades of Scarlet #F2290B
Tints of Scarlet #F2290B
RGB
CMYK
RGB Variations
Color information
#F2290B (or 0xF2290B) is known color: Scarlet. HEX triplet: F2, 29 and 0B. RGB value is (242,41,11). Sum of RGB (Red+Green+Blue) = 242+41+11=294 (38% of max value = 765). Red value is 242 (94.92% from 255 or 82.31% from 294); Green value is 41 (16.41% from 255 or 13.95% from 294); Blue value is 11 (4.69% from 255 or 3.74% from 294); Max value from RGB is 242 - color contains mainly: red. Hex color #F2290B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F2290B is #0DD6F4. Grayscale: #616161. Windows color (decimal): -906997 or 731634. OLE color: 731634.
HSL color Cylindrical-coordinate representation of color #F2290B: hue angle of 7.79º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F2290B is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 41 | 11 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.05 |
| HSL | 7.79º | 0.91% | 0.5% | - |
| HSV(B) | 7.79º | 0.95% | 0.95% | - |
| XYZ | 37.47 | 20.49 | 2.3 | - |
| YUV | 97.68 | 79.09 | 230.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 41 | 11 | 0 | 0.83 | 0.95 | 0.05 | 7.79 | 0.91 | 0.5 |
| Hex | F2 | 29 | B | 0 | 53 | 5F | 5 | 8 | 5B | 32 |
| Octal | 362 | 51 | 13 | 0 | 123 | 137 | 5 | 10 | 133 | 62 |
| Binary | 11110010 | 101001 | 1011 | 0 | 1010011 | 1011111 | 101 | 1000 | 1011011 | 110010 |
Color Harmonies of #F2290B
Complementary color
Monochromatic Colors of #F2290B
Black with #F2290B
Text Example
Text Example
White with #F2290B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2290B; }
p { color: rgb(242,41,11); }
H1.HeaderClassName
{
color: #F2290B;
}
.AnyTagClassName
{
color: #F2290B;
}
</style>
background-color css
<style>
a { background-color: #F2290B; }
a { background-color: rgb(242,41,11); }
div.DivClassName
{
background-color: #F2290B;
}
.BgClassName
{
background-color: #F2290B;
}
</style>
border-color css
<style>
span { border-color: #F2290B; }
span { border-color: rgb(242,41,11); }
td.TdClassName
{
border-color: #F2290B;
}
.TagClassName
{
border-color: #F2290B;
}
</style>