Shades of Scarlet #F22218
Tints of Scarlet #F22218
RGB
CMYK
RGB Variations
Color information
#F22218 (or 0xF22218) is known color: Scarlet. HEX triplet: F2, 22 and 18. RGB value is (242,34,24). Sum of RGB (Red+Green+Blue) = 242+34+24=300 (39% of max value = 765). Red value is 242 (94.92% from 255 or 80.67% from 300); Green value is 34 (13.67% from 255 or 11.33% from 300); Blue value is 24 (9.77% from 255 or 8% from 300); Max value from RGB is 242 - color contains mainly: red. Hex color #F22218 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22218 is #0DDDE7. Grayscale: #5F5F5F. Windows color (decimal): -908776 or 1581810. OLE color: 1581810.
HSL color Cylindrical-coordinate representation of color #F22218: hue angle of 2.75º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F22218 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 34 | 24 | - |
| CMYK | 0 | 0.86 | 0.90 | 0.05 |
| HSL | 2.75º | 0.89% | 0.52% | - |
| HSV(B) | 2.75º | 0.9% | 0.95% | - |
| XYZ | 37.35 | 20.09 | 2.77 | - |
| YUV | 95.05 | 87.91 | 232.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 34 | 24 | 0 | 0.86 | 0.90 | 0.05 | 2.75 | 0.89 | 0.52 |
| Hex | F2 | 22 | 18 | 0 | 56 | 5A | 5 | 3 | 59 | 34 |
| Octal | 362 | 42 | 30 | 0 | 126 | 132 | 5 | 3 | 131 | 64 |
| Binary | 11110010 | 100010 | 11000 | 0 | 1010110 | 1011010 | 101 | 11 | 1011001 | 110100 |
Color Harmonies of #F22218
Complementary color
Monochromatic Colors of #F22218
Black with #F22218
Text Example
Text Example
White with #F22218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22218; }
p { color: rgb(242,34,24); }
H1.HeaderClassName
{
color: #F22218;
}
.AnyTagClassName
{
color: #F22218;
}
</style>
background-color css
<style>
a { background-color: #F22218; }
a { background-color: rgb(242,34,24); }
div.DivClassName
{
background-color: #F22218;
}
.BgClassName
{
background-color: #F22218;
}
</style>
border-color css
<style>
span { border-color: #F22218; }
span { border-color: rgb(242,34,24); }
td.TdClassName
{
border-color: #F22218;
}
.TagClassName
{
border-color: #F22218;
}
</style>