Shades of Scarlet #F22C0A
Tints of Scarlet #F22C0A
RGB
CMYK
RGB Variations
Color information
#F22C0A (or 0xF22C0A) is known color: Scarlet. HEX triplet: F2, 2C and 0A. RGB value is (242,44,10). Sum of RGB (Red+Green+Blue) = 242+44+10=296 (39% of max value = 765). Red value is 242 (94.92% from 255 or 81.76% from 296); Green value is 44 (17.58% from 255 or 14.86% from 296); Blue value is 10 (4.30% from 255 or 3.38% from 296); Max value from RGB is 242 - color contains mainly: red. Hex color #F22C0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22C0A is #0DD3F5. Grayscale: #636363. Windows color (decimal): -906230 or 666866. OLE color: 666866.
HSL color Cylindrical-coordinate representation of color #F22C0A: hue angle of 8.79º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F22C0A is Cyan = 0, Magento = 0.82, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 44 | 10 | - |
| CMYK | 0 | 0.82 | 0.96 | 0.05 |
| HSL | 8.79º | 0.92% | 0.49% | - |
| HSV(B) | 8.79º | 0.96% | 0.95% | - |
| XYZ | 37.57 | 20.7 | 2.3 | - |
| YUV | 99.33 | 77.6 | 229.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 44 | 10 | 0 | 0.82 | 0.96 | 0.05 | 8.79 | 0.92 | 0.49 |
| Hex | F2 | 2C | A | 0 | 52 | 60 | 5 | 9 | 5C | 31 |
| Octal | 362 | 54 | 12 | 0 | 122 | 140 | 5 | 11 | 134 | 61 |
| Binary | 11110010 | 101100 | 1010 | 0 | 1010010 | 1100000 | 101 | 1001 | 1011100 | 110001 |
Color Harmonies of #F22C0A
Complementary color
Monochromatic Colors of #F22C0A
Black with #F22C0A
Text Example
Text Example
White with #F22C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22C0A; }
p { color: rgb(242,44,10); }
H1.HeaderClassName
{
color: #F22C0A;
}
.AnyTagClassName
{
color: #F22C0A;
}
</style>
background-color css
<style>
a { background-color: #F22C0A; }
a { background-color: rgb(242,44,10); }
div.DivClassName
{
background-color: #F22C0A;
}
.BgClassName
{
background-color: #F22C0A;
}
</style>
border-color css
<style>
span { border-color: #F22C0A; }
span { border-color: rgb(242,44,10); }
td.TdClassName
{
border-color: #F22C0A;
}
.TagClassName
{
border-color: #F22C0A;
}
</style>