Shades of Scarlet #F22816
Tints of Scarlet #F22816
RGB
CMYK
RGB Variations
Color information
#F22816 (or 0xF22816) is known color: Scarlet. HEX triplet: F2, 28 and 16. RGB value is (242,40,22). Sum of RGB (Red+Green+Blue) = 242+40+22=304 (40% of max value = 765). Red value is 242 (94.92% from 255 or 79.61% from 304); Green value is 40 (16.02% from 255 or 13.16% from 304); Blue value is 22 (8.98% from 255 or 7.24% from 304); Max value from RGB is 242 - color contains mainly: red. Hex color #F22816 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22816 is #0DD7E9. Grayscale: #626262. Windows color (decimal): -907242 or 1452274. OLE color: 1452274.
HSL color Cylindrical-coordinate representation of color #F22816: hue angle of 4.91º 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 #F22816 is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 40 | 22 | - |
| CMYK | 0 | 0.83 | 0.91 | 0.05 |
| HSL | 4.91º | 0.89% | 0.52% | - |
| HSV(B) | 4.91º | 0.91% | 0.95% | - |
| XYZ | 37.52 | 20.45 | 2.73 | - |
| YUV | 98.35 | 84.92 | 230.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 40 | 22 | 0 | 0.83 | 0.91 | 0.05 | 4.91 | 0.89 | 0.52 |
| Hex | F2 | 28 | 16 | 0 | 53 | 5B | 5 | 5 | 59 | 34 |
| Octal | 362 | 50 | 26 | 0 | 123 | 133 | 5 | 5 | 131 | 64 |
| Binary | 11110010 | 101000 | 10110 | 0 | 1010011 | 1011011 | 101 | 101 | 1011001 | 110100 |
Color Harmonies of #F22816
Complementary color
Monochromatic Colors of #F22816
Black with #F22816
Text Example
Text Example
White with #F22816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22816; }
p { color: rgb(242,40,22); }
H1.HeaderClassName
{
color: #F22816;
}
.AnyTagClassName
{
color: #F22816;
}
</style>
background-color css
<style>
a { background-color: #F22816; }
a { background-color: rgb(242,40,22); }
div.DivClassName
{
background-color: #F22816;
}
.BgClassName
{
background-color: #F22816;
}
</style>
border-color css
<style>
span { border-color: #F22816; }
span { border-color: rgb(242,40,22); }
td.TdClassName
{
border-color: #F22816;
}
.TagClassName
{
border-color: #F22816;
}
</style>