Shades of Scarlet #F2180C
Tints of Scarlet #F2180C
RGB
CMYK
RGB Variations
Color information
#F2180C (or 0xF2180C) is known color: Scarlet. HEX triplet: F2, 18 and 0C. RGB value is (242,24,12). Sum of RGB (Red+Green+Blue) = 242+24+12=278 (36% of max value = 765). Red value is 242 (94.92% from 255 or 87.05% from 278); Green value is 24 (9.77% from 255 or 8.63% from 278); Blue value is 12 (5.08% from 255 or 4.32% from 278); Max value from RGB is 242 - color contains mainly: red. Hex color #F2180C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F2180C is #0DE7F3. Grayscale: #585858. Windows color (decimal): -911348 or 792818. OLE color: 792818.
HSL color Cylindrical-coordinate representation of color #F2180C: hue angle of 3.13º 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 #F2180C is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 24 | 12 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.05 |
| HSL | 3.13º | 0.91% | 0.5% | - |
| HSV(B) | 3.13º | 0.95% | 0.95% | - |
| XYZ | 37.01 | 19.56 | 2.17 | - |
| YUV | 87.81 | 85.22 | 237.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 24 | 12 | 0 | 0.90 | 0.95 | 0.05 | 3.13 | 0.91 | 0.5 |
| Hex | F2 | 18 | C | 0 | 5A | 5F | 5 | 3 | 5B | 32 |
| Octal | 362 | 30 | 14 | 0 | 132 | 137 | 5 | 3 | 133 | 62 |
| Binary | 11110010 | 11000 | 1100 | 0 | 1011010 | 1011111 | 101 | 11 | 1011011 | 110010 |
Color Harmonies of #F2180C
Complementary color
Monochromatic Colors of #F2180C
Black with #F2180C
Text Example
Text Example
White with #F2180C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2180C; }
p { color: rgb(242,24,12); }
H1.HeaderClassName
{
color: #F2180C;
}
.AnyTagClassName
{
color: #F2180C;
}
</style>
background-color css
<style>
a { background-color: #F2180C; }
a { background-color: rgb(242,24,12); }
div.DivClassName
{
background-color: #F2180C;
}
.BgClassName
{
background-color: #F2180C;
}
</style>
border-color css
<style>
span { border-color: #F2180C; }
span { border-color: rgb(242,24,12); }
td.TdClassName
{
border-color: #F2180C;
}
.TagClassName
{
border-color: #F2180C;
}
</style>