Shades of Scarlet #F22819
Tints of Scarlet #F22819
RGB
CMYK
RGB Variations
Color information
#F22819 (or 0xF22819) is known color: Scarlet. HEX triplet: F2, 28 and 19. RGB value is (242,40,25). Sum of RGB (Red+Green+Blue) = 242+40+25=307 (40% of max value = 765). Red value is 242 (94.92% from 255 or 78.83% from 307); Green value is 40 (16.02% from 255 or 13.03% from 307); Blue value is 25 (10.16% from 255 or 8.14% from 307); Max value from RGB is 242 - color contains mainly: red. Hex color #F22819 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22819 is #0DD7E6. Grayscale: #626262. Windows color (decimal): -907239 or 1648882. OLE color: 1648882.
HSL color Cylindrical-coordinate representation of color #F22819: hue angle of 4.15º 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 #F22819 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 40 | 25 | - |
| CMYK | 0 | 0.83 | 0.90 | 0.05 |
| HSL | 4.15º | 0.89% | 0.52% | - |
| HSV(B) | 4.15º | 0.9% | 0.95% | - |
| XYZ | 37.55 | 20.47 | 2.89 | - |
| YUV | 98.69 | 86.42 | 230.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 40 | 25 | 0 | 0.83 | 0.90 | 0.05 | 4.15 | 0.89 | 0.52 |
| Hex | F2 | 28 | 19 | 0 | 53 | 5A | 5 | 4 | 59 | 34 |
| Octal | 362 | 50 | 31 | 0 | 123 | 132 | 5 | 4 | 131 | 64 |
| Binary | 11110010 | 101000 | 11001 | 0 | 1010011 | 1011010 | 101 | 100 | 1011001 | 110100 |
Color Harmonies of #F22819
Complementary color
Monochromatic Colors of #F22819
Black with #F22819
Text Example
Text Example
White with #F22819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22819; }
p { color: rgb(242,40,25); }
H1.HeaderClassName
{
color: #F22819;
}
.AnyTagClassName
{
color: #F22819;
}
</style>
background-color css
<style>
a { background-color: #F22819; }
a { background-color: rgb(242,40,25); }
div.DivClassName
{
background-color: #F22819;
}
.BgClassName
{
background-color: #F22819;
}
</style>
border-color css
<style>
span { border-color: #F22819; }
span { border-color: rgb(242,40,25); }
td.TdClassName
{
border-color: #F22819;
}
.TagClassName
{
border-color: #F22819;
}
</style>