Shades of Scarlet #F2140E
Tints of Scarlet #F2140E
RGB
CMYK
RGB Variations
Color information
#F2140E (or 0xF2140E) is known color: Scarlet. HEX triplet: F2, 14 and 0E. RGB value is (242,20,14). Sum of RGB (Red+Green+Blue) = 242+20+14=276 (36% of max value = 765). Red value is 242 (94.92% from 255 or 87.68% from 276); Green value is 20 (8.20% from 255 or 7.25% from 276); Blue value is 14 (5.86% from 255 or 5.07% from 276); Max value from RGB is 242 - color contains mainly: red. Hex color #F2140E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F2140E is #0DEBF1. Grayscale: #555555. Windows color (decimal): -912370 or 922866. OLE color: 922866.
HSL color Cylindrical-coordinate representation of color #F2140E: hue angle of 1.58º 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 #F2140E is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 20 | 14 | - |
| CMYK | 0 | 0.92 | 0.94 | 0.05 |
| HSL | 1.58º | 0.9% | 0.5% | - |
| HSV(B) | 1.58º | 0.94% | 0.95% | - |
| XYZ | 36.95 | 19.41 | 2.21 | - |
| YUV | 85.69 | 87.55 | 239.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 20 | 14 | 0 | 0.92 | 0.94 | 0.05 | 1.58 | 0.9 | 0.5 |
| Hex | F2 | 14 | E | 0 | 5C | 5E | 5 | 2 | 5A | 32 |
| Octal | 362 | 24 | 16 | 0 | 134 | 136 | 5 | 2 | 132 | 62 |
| Binary | 11110010 | 10100 | 1110 | 0 | 1011100 | 1011110 | 101 | 10 | 1011010 | 110010 |
Color Harmonies of #F2140E
Complementary color
Monochromatic Colors of #F2140E
Black with #F2140E
Text Example
Text Example
White with #F2140E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2140E; }
p { color: rgb(242,20,14); }
H1.HeaderClassName
{
color: #F2140E;
}
.AnyTagClassName
{
color: #F2140E;
}
</style>
background-color css
<style>
a { background-color: #F2140E; }
a { background-color: rgb(242,20,14); }
div.DivClassName
{
background-color: #F2140E;
}
.BgClassName
{
background-color: #F2140E;
}
</style>
border-color css
<style>
span { border-color: #F2140E; }
span { border-color: rgb(242,20,14); }
td.TdClassName
{
border-color: #F2140E;
}
.TagClassName
{
border-color: #F2140E;
}
</style>