Shades of Scarlet #F22C0C
Tints of Scarlet #F22C0C
RGB
CMYK
RGB Variations
Color information
#F22C0C (or 0xF22C0C) is known color: Scarlet. HEX triplet: F2, 2C and 0C. RGB value is (242,44,12). Sum of RGB (Red+Green+Blue) = 242+44+12=298 (39% of max value = 765). Red value is 242 (94.92% from 255 or 81.21% from 298); Green value is 44 (17.58% from 255 or 14.77% from 298); Blue value is 12 (5.08% from 255 or 4.03% from 298); Max value from RGB is 242 - color contains mainly: red. Hex color #F22C0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22C0C is #0DD3F3. Grayscale: #636363. Windows color (decimal): -906228 or 797938. OLE color: 797938.
HSL color Cylindrical-coordinate representation of color #F22C0C: hue angle of 8.35º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F22C0C is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 44 | 12 | - |
| CMYK | 0 | 0.82 | 0.95 | 0.05 |
| HSL | 8.35º | 0.91% | 0.5% | - |
| HSV(B) | 8.35º | 0.95% | 0.95% | - |
| XYZ | 37.58 | 20.71 | 2.36 | - |
| YUV | 99.55 | 78.6 | 229.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 44 | 12 | 0 | 0.82 | 0.95 | 0.05 | 8.35 | 0.91 | 0.5 |
| Hex | F2 | 2C | C | 0 | 52 | 5F | 5 | 8 | 5B | 32 |
| Octal | 362 | 54 | 14 | 0 | 122 | 137 | 5 | 10 | 133 | 62 |
| Binary | 11110010 | 101100 | 1100 | 0 | 1010010 | 1011111 | 101 | 1000 | 1011011 | 110010 |
Color Harmonies of #F22C0C
Complementary color
Monochromatic Colors of #F22C0C
Black with #F22C0C
Text Example
Text Example
White with #F22C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22C0C; }
p { color: rgb(242,44,12); }
H1.HeaderClassName
{
color: #F22C0C;
}
.AnyTagClassName
{
color: #F22C0C;
}
</style>
background-color css
<style>
a { background-color: #F22C0C; }
a { background-color: rgb(242,44,12); }
div.DivClassName
{
background-color: #F22C0C;
}
.BgClassName
{
background-color: #F22C0C;
}
</style>
border-color css
<style>
span { border-color: #F22C0C; }
span { border-color: rgb(242,44,12); }
td.TdClassName
{
border-color: #F22C0C;
}
.TagClassName
{
border-color: #F22C0C;
}
</style>