Shades of Scarlet #F2180E
Tints of Scarlet #F2180E
RGB
CMYK
RGB Variations
Color information
#F2180E (or 0xF2180E) is known color: Scarlet. HEX triplet: F2, 18 and 0E. RGB value is (242,24,14). Sum of RGB (Red+Green+Blue) = 242+24+14=280 (37% of max value = 765). Red value is 242 (94.92% from 255 or 86.43% from 280); Green value is 24 (9.77% from 255 or 8.57% from 280); Blue value is 14 (5.86% from 255 or 5% from 280); Max value from RGB is 242 - color contains mainly: red. Hex color #F2180E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F2180E is #0DE7F1. Grayscale: #585858. Windows color (decimal): -911346 or 923890. OLE color: 923890.
HSL color Cylindrical-coordinate representation of color #F2180E: hue angle of 2.63º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F2180E is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 24 | 14 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.05 |
| HSL | 2.63º | 0.9% | 0.5% | - |
| HSV(B) | 2.63º | 0.94% | 0.95% | - |
| XYZ | 37.02 | 19.56 | 2.24 | - |
| YUV | 88.04 | 86.22 | 237.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 24 | 14 | 0 | 0.90 | 0.94 | 0.05 | 2.63 | 0.9 | 0.5 |
| Hex | F2 | 18 | E | 0 | 5A | 5E | 5 | 3 | 5A | 32 |
| Octal | 362 | 30 | 16 | 0 | 132 | 136 | 5 | 3 | 132 | 62 |
| Binary | 11110010 | 11000 | 1110 | 0 | 1011010 | 1011110 | 101 | 11 | 1011010 | 110010 |
Color Harmonies of #F2180E
Complementary color
Monochromatic Colors of #F2180E
Black with #F2180E
Text Example
Text Example
White with #F2180E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2180E; }
p { color: rgb(242,24,14); }
H1.HeaderClassName
{
color: #F2180E;
}
.AnyTagClassName
{
color: #F2180E;
}
</style>
background-color css
<style>
a { background-color: #F2180E; }
a { background-color: rgb(242,24,14); }
div.DivClassName
{
background-color: #F2180E;
}
.BgClassName
{
background-color: #F2180E;
}
</style>
border-color css
<style>
span { border-color: #F2180E; }
span { border-color: rgb(242,24,14); }
td.TdClassName
{
border-color: #F2180E;
}
.TagClassName
{
border-color: #F2180E;
}
</style>