Shades of Scarlet #F22C15
Tints of Scarlet #F22C15
RGB
CMYK
RGB Variations
Color information
#F22C15 (or 0xF22C15) is known color: Scarlet. HEX triplet: F2, 2C and 15. RGB value is (242,44,21). Sum of RGB (Red+Green+Blue) = 242+44+21=307 (40% of max value = 765). Red value is 242 (94.92% from 255 or 78.83% from 307); Green value is 44 (17.58% from 255 or 14.33% from 307); Blue value is 21 (8.59% from 255 or 6.84% from 307); Max value from RGB is 242 - color contains mainly: red. Hex color #F22C15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22C15 is #0DD3EA. Grayscale: #646464. Windows color (decimal): -906219 or 1387762. OLE color: 1387762.
HSL color Cylindrical-coordinate representation of color #F22C15: hue angle of 6.24º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F22C15 is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 44 | 21 | - |
| CMYK | 0 | 0.82 | 0.91 | 0.05 |
| HSL | 6.24º | 0.89% | 0.52% | - |
| HSV(B) | 6.24º | 0.91% | 0.95% | - |
| XYZ | 37.65 | 20.73 | 2.73 | - |
| YUV | 100.58 | 83.1 | 228.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 44 | 21 | 0 | 0.82 | 0.91 | 0.05 | 6.24 | 0.89 | 0.52 |
| Hex | F2 | 2C | 15 | 0 | 52 | 5B | 5 | 6 | 59 | 34 |
| Octal | 362 | 54 | 25 | 0 | 122 | 133 | 5 | 6 | 131 | 64 |
| Binary | 11110010 | 101100 | 10101 | 0 | 1010010 | 1011011 | 101 | 110 | 1011001 | 110100 |
Color Harmonies of #F22C15
Complementary color
Monochromatic Colors of #F22C15
Black with #F22C15
Text Example
Text Example
White with #F22C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22C15; }
p { color: rgb(242,44,21); }
H1.HeaderClassName
{
color: #F22C15;
}
.AnyTagClassName
{
color: #F22C15;
}
</style>
background-color css
<style>
a { background-color: #F22C15; }
a { background-color: rgb(242,44,21); }
div.DivClassName
{
background-color: #F22C15;
}
.BgClassName
{
background-color: #F22C15;
}
</style>
border-color css
<style>
span { border-color: #F22C15; }
span { border-color: rgb(242,44,21); }
td.TdClassName
{
border-color: #F22C15;
}
.TagClassName
{
border-color: #F22C15;
}
</style>