Shades of Scarlet #F22C04
Tints of Scarlet #F22C04
RGB
CMYK
RGB Variations
Color information
#F22C04 (or 0xF22C04) is known color: Scarlet. HEX triplet: F2, 2C and 04. RGB value is (242,44,4). Sum of RGB (Red+Green+Blue) = 242+44+4=290 (38% of max value = 765). Red value is 242 (94.92% from 255 or 83.45% from 290); Green value is 44 (17.58% from 255 or 15.17% from 290); Blue value is 4 (1.95% from 255 or 1.38% from 290); Max value from RGB is 242 - color contains mainly: red. Hex color #F22C04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22C04 is #0DD3FB. Grayscale: #626262. Windows color (decimal): -906236 or 273650. OLE color: 273650.
HSL color Cylindrical-coordinate representation of color #F22C04: hue angle of 10.08º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F22C04 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 44 | 4 | - |
| CMYK | 0 | 0.82 | 0.98 | 0.05 |
| HSL | 10.08º | 0.97% | 0.48% | - |
| HSV(B) | 10.08º | 0.98% | 0.95% | - |
| XYZ | 37.54 | 20.69 | 2.13 | - |
| YUV | 98.64 | 74.6 | 230.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 44 | 4 | 0 | 0.82 | 0.98 | 0.05 | 10.08 | 0.97 | 0.48 |
| Hex | F2 | 2C | 4 | 0 | 52 | 62 | 5 | A | 61 | 30 |
| Octal | 362 | 54 | 4 | 0 | 122 | 142 | 5 | 12 | 141 | 60 |
| Binary | 11110010 | 101100 | 100 | 0 | 1010010 | 1100010 | 101 | 1010 | 1100001 | 110000 |
Color Harmonies of #F22C04
Complementary color
Monochromatic Colors of #F22C04
Black with #F22C04
Text Example
Text Example
White with #F22C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22C04; }
p { color: rgb(242,44,4); }
H1.HeaderClassName
{
color: #F22C04;
}
.AnyTagClassName
{
color: #F22C04;
}
</style>
background-color css
<style>
a { background-color: #F22C04; }
a { background-color: rgb(242,44,4); }
div.DivClassName
{
background-color: #F22C04;
}
.BgClassName
{
background-color: #F22C04;
}
</style>
border-color css
<style>
span { border-color: #F22C04; }
span { border-color: rgb(242,44,4); }
td.TdClassName
{
border-color: #F22C04;
}
.TagClassName
{
border-color: #F22C04;
}
</style>