Shades of Scarlet #F22C13
Tints of Scarlet #F22C13
RGB
CMYK
RGB Variations
Color information
#F22C13 (or 0xF22C13) is known color: Scarlet. HEX triplet: F2, 2C and 13. RGB value is (242,44,19). Sum of RGB (Red+Green+Blue) = 242+44+19=305 (40% of max value = 765). Red value is 242 (94.92% from 255 or 79.34% from 305); Green value is 44 (17.58% from 255 or 14.43% from 305); Blue value is 19 (7.81% from 255 or 6.23% from 305); Max value from RGB is 242 - color contains mainly: red. Hex color #F22C13 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22C13 is #0DD3EC. Grayscale: #646464. Windows color (decimal): -906221 or 1256690. OLE color: 1256690.
HSL color Cylindrical-coordinate representation of color #F22C13: hue angle of 6.73º 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 #F22C13 is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 44 | 19 | - |
| CMYK | 0 | 0.82 | 0.92 | 0.05 |
| HSL | 6.73º | 0.9% | 0.51% | - |
| HSV(B) | 6.73º | 0.92% | 0.95% | - |
| XYZ | 37.64 | 20.73 | 2.63 | - |
| YUV | 100.35 | 82.1 | 229.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 44 | 19 | 0 | 0.82 | 0.92 | 0.05 | 6.73 | 0.9 | 0.51 |
| Hex | F2 | 2C | 13 | 0 | 52 | 5C | 5 | 7 | 5A | 33 |
| Octal | 362 | 54 | 23 | 0 | 122 | 134 | 5 | 7 | 132 | 63 |
| Binary | 11110010 | 101100 | 10011 | 0 | 1010010 | 1011100 | 101 | 111 | 1011010 | 110011 |
Color Harmonies of #F22C13
Complementary color
Monochromatic Colors of #F22C13
Black with #F22C13
Text Example
Text Example
White with #F22C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22C13; }
p { color: rgb(242,44,19); }
H1.HeaderClassName
{
color: #F22C13;
}
.AnyTagClassName
{
color: #F22C13;
}
</style>
background-color css
<style>
a { background-color: #F22C13; }
a { background-color: rgb(242,44,19); }
div.DivClassName
{
background-color: #F22C13;
}
.BgClassName
{
background-color: #F22C13;
}
</style>
border-color css
<style>
span { border-color: #F22C13; }
span { border-color: rgb(242,44,19); }
td.TdClassName
{
border-color: #F22C13;
}
.TagClassName
{
border-color: #F22C13;
}
</style>