Shades of Scarlet #F23114
Tints of Scarlet #F23114
RGB
CMYK
RGB Variations
Color information
#F23114 (or 0xF23114) is known color: Scarlet. HEX triplet: F2, 31 and 14. RGB value is (242,49,20). Sum of RGB (Red+Green+Blue) = 242+49+20=311 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.81% from 311); Green value is 49 (19.53% from 255 or 15.76% from 311); Blue value is 20 (8.20% from 255 or 6.43% from 311); Max value from RGB is 242 - color contains mainly: red. Hex color #F23114 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23114 is #0DCEEB. Grayscale: #676767. Windows color (decimal): -904940 or 1323506. OLE color: 1323506.
HSL color Cylindrical-coordinate representation of color #F23114: hue angle of 7.84º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F23114 is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 49 | 20 | - |
| CMYK | 0 | 0.80 | 0.92 | 0.05 |
| HSL | 7.84º | 0.9% | 0.51% | - |
| HSV(B) | 7.84º | 0.92% | 0.95% | - |
| XYZ | 37.84 | 21.12 | 2.74 | - |
| YUV | 103.4 | 80.94 | 226.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 49 | 20 | 0 | 0.80 | 0.92 | 0.05 | 7.84 | 0.9 | 0.51 |
| Hex | F2 | 31 | 14 | 0 | 50 | 5C | 5 | 8 | 5A | 33 |
| Octal | 362 | 61 | 24 | 0 | 120 | 134 | 5 | 10 | 132 | 63 |
| Binary | 11110010 | 110001 | 10100 | 0 | 1010000 | 1011100 | 101 | 1000 | 1011010 | 110011 |
Color Harmonies of #F23114
Complementary color
Monochromatic Colors of #F23114
Black with #F23114
Text Example
Text Example
White with #F23114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23114; }
p { color: rgb(242,49,20); }
H1.HeaderClassName
{
color: #F23114;
}
.AnyTagClassName
{
color: #F23114;
}
</style>
background-color css
<style>
a { background-color: #F23114; }
a { background-color: rgb(242,49,20); }
div.DivClassName
{
background-color: #F23114;
}
.BgClassName
{
background-color: #F23114;
}
</style>
border-color css
<style>
span { border-color: #F23114; }
span { border-color: rgb(242,49,20); }
td.TdClassName
{
border-color: #F23114;
}
.TagClassName
{
border-color: #F23114;
}
</style>