Shades of Scarlet #F22C0E
Tints of Scarlet #F22C0E
RGB
CMYK
RGB Variations
Color information
#F22C0E (or 0xF22C0E) is known color: Scarlet. HEX triplet: F2, 2C and 0E. RGB value is (242,44,14). Sum of RGB (Red+Green+Blue) = 242+44+14=300 (39% of max value = 765). Red value is 242 (94.92% from 255 or 80.67% from 300); Green value is 44 (17.58% from 255 or 14.67% from 300); Blue value is 14 (5.86% from 255 or 4.67% from 300); Max value from RGB is 242 - color contains mainly: red. Hex color #F22C0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22C0E is #0DD3F1. Grayscale: #646464. Windows color (decimal): -906226 or 929010. OLE color: 929010.
HSL color Cylindrical-coordinate representation of color #F22C0E: hue angle of 7.89º 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 #F22C0E is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 44 | 14 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.05 |
| HSL | 7.89º | 0.9% | 0.5% | - |
| HSV(B) | 7.89º | 0.94% | 0.95% | - |
| XYZ | 37.6 | 20.71 | 2.43 | - |
| YUV | 99.78 | 79.6 | 229.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 44 | 14 | 0 | 0.82 | 0.94 | 0.05 | 7.89 | 0.9 | 0.5 |
| Hex | F2 | 2C | E | 0 | 52 | 5E | 5 | 8 | 5A | 32 |
| Octal | 362 | 54 | 16 | 0 | 122 | 136 | 5 | 10 | 132 | 62 |
| Binary | 11110010 | 101100 | 1110 | 0 | 1010010 | 1011110 | 101 | 1000 | 1011010 | 110010 |
Color Harmonies of #F22C0E
Complementary color
Monochromatic Colors of #F22C0E
Black with #F22C0E
Text Example
Text Example
White with #F22C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22C0E; }
p { color: rgb(242,44,14); }
H1.HeaderClassName
{
color: #F22C0E;
}
.AnyTagClassName
{
color: #F22C0E;
}
</style>
background-color css
<style>
a { background-color: #F22C0E; }
a { background-color: rgb(242,44,14); }
div.DivClassName
{
background-color: #F22C0E;
}
.BgClassName
{
background-color: #F22C0E;
}
</style>
border-color css
<style>
span { border-color: #F22C0E; }
span { border-color: rgb(242,44,14); }
td.TdClassName
{
border-color: #F22C0E;
}
.TagClassName
{
border-color: #F22C0E;
}
</style>