Shades of Scarlet #F22A19
Tints of Scarlet #F22A19
RGB
CMYK
RGB Variations
Color information
#F22A19 (or 0xF22A19) is known color: Scarlet. HEX triplet: F2, 2A and 19. RGB value is (242,42,25). Sum of RGB (Red+Green+Blue) = 242+42+25=309 (40% of max value = 765). Red value is 242 (94.92% from 255 or 78.32% from 309); Green value is 42 (16.80% from 255 or 13.59% from 309); Blue value is 25 (10.16% from 255 or 8.09% from 309); Max value from RGB is 242 - color contains mainly: red. Hex color #F22A19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22A19 is #0DD5E6. Grayscale: #646464. Windows color (decimal): -906727 or 1649394. OLE color: 1649394.
HSL color Cylindrical-coordinate representation of color #F22A19: hue angle of 4.7º 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 #F22A19 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 42 | 25 | - |
| CMYK | 0 | 0.83 | 0.90 | 0.05 |
| HSL | 4.7º | 0.89% | 0.52% | - |
| HSV(B) | 4.7º | 0.9% | 0.95% | - |
| XYZ | 37.62 | 20.6 | 2.91 | - |
| YUV | 99.86 | 85.76 | 229.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 42 | 25 | 0 | 0.83 | 0.90 | 0.05 | 4.7 | 0.89 | 0.52 |
| Hex | F2 | 2A | 19 | 0 | 53 | 5A | 5 | 5 | 59 | 34 |
| Octal | 362 | 52 | 31 | 0 | 123 | 132 | 5 | 5 | 131 | 64 |
| Binary | 11110010 | 101010 | 11001 | 0 | 1010011 | 1011010 | 101 | 101 | 1011001 | 110100 |
Color Harmonies of #F22A19
Complementary color
Monochromatic Colors of #F22A19
Black with #F22A19
Text Example
Text Example
White with #F22A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22A19; }
p { color: rgb(242,42,25); }
H1.HeaderClassName
{
color: #F22A19;
}
.AnyTagClassName
{
color: #F22A19;
}
</style>
background-color css
<style>
a { background-color: #F22A19; }
a { background-color: rgb(242,42,25); }
div.DivClassName
{
background-color: #F22A19;
}
.BgClassName
{
background-color: #F22A19;
}
</style>
border-color css
<style>
span { border-color: #F22A19; }
span { border-color: rgb(242,42,25); }
td.TdClassName
{
border-color: #F22A19;
}
.TagClassName
{
border-color: #F22A19;
}
</style>