Shades of Scarlet #F2160B
Tints of Scarlet #F2160B
RGB
CMYK
RGB Variations
Color information
#F2160B (or 0xF2160B) is known color: Scarlet. HEX triplet: F2, 16 and 0B. RGB value is (242,22,11). Sum of RGB (Red+Green+Blue) = 242+22+11=275 (36% of max value = 765). Red value is 242 (94.92% from 255 or 88% from 275); Green value is 22 (8.98% from 255 or 8% from 275); Blue value is 11 (4.69% from 255 or 4% from 275); Max value from RGB is 242 - color contains mainly: red. Hex color #F2160B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F2160B is #0DE9F4. Grayscale: #565656. Windows color (decimal): -911861 or 726770. OLE color: 726770.
HSL color Cylindrical-coordinate representation of color #F2160B: hue angle of 2.86º 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 #F2160B is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 22 | 11 | - |
| CMYK | 0 | 0.91 | 0.95 | 0.05 |
| HSL | 2.86º | 0.91% | 0.5% | - |
| HSV(B) | 2.86º | 0.95% | 0.95% | - |
| XYZ | 36.97 | 19.48 | 2.13 | - |
| YUV | 86.53 | 85.39 | 238.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 22 | 11 | 0 | 0.91 | 0.95 | 0.05 | 2.86 | 0.91 | 0.5 |
| Hex | F2 | 16 | B | 0 | 5B | 5F | 5 | 3 | 5B | 32 |
| Octal | 362 | 26 | 13 | 0 | 133 | 137 | 5 | 3 | 133 | 62 |
| Binary | 11110010 | 10110 | 1011 | 0 | 1011011 | 1011111 | 101 | 11 | 1011011 | 110010 |
Color Harmonies of #F2160B
Complementary color
Monochromatic Colors of #F2160B
Black with #F2160B
Text Example
Text Example
White with #F2160B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2160B; }
p { color: rgb(242,22,11); }
H1.HeaderClassName
{
color: #F2160B;
}
.AnyTagClassName
{
color: #F2160B;
}
</style>
background-color css
<style>
a { background-color: #F2160B; }
a { background-color: rgb(242,22,11); }
div.DivClassName
{
background-color: #F2160B;
}
.BgClassName
{
background-color: #F2160B;
}
</style>
border-color css
<style>
span { border-color: #F2160B; }
span { border-color: rgb(242,22,11); }
td.TdClassName
{
border-color: #F2160B;
}
.TagClassName
{
border-color: #F2160B;
}
</style>