Shades of Scarlet #F22A13
Tints of Scarlet #F22A13
RGB
CMYK
RGB Variations
Color information
#F22A13 (or 0xF22A13) is known color: Scarlet. HEX triplet: F2, 2A and 13. RGB value is (242,42,19). Sum of RGB (Red+Green+Blue) = 242+42+19=303 (40% of max value = 765). Red value is 242 (94.92% from 255 or 79.87% from 303); Green value is 42 (16.80% from 255 or 13.86% from 303); Blue value is 19 (7.81% from 255 or 6.27% from 303); Max value from RGB is 242 - color contains mainly: red. Hex color #F22A13 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22A13 is #0DD5EC. Grayscale: #636363. Windows color (decimal): -906733 or 1256178. OLE color: 1256178.
HSL color Cylindrical-coordinate representation of color #F22A13: hue angle of 6.19º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F22A13 is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 42 | 19 | - |
| CMYK | 0 | 0.83 | 0.92 | 0.05 |
| HSL | 6.19º | 0.9% | 0.51% | - |
| HSV(B) | 6.19º | 0.92% | 0.95% | - |
| XYZ | 37.56 | 20.58 | 2.61 | - |
| YUV | 99.18 | 82.76 | 229.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 42 | 19 | 0 | 0.83 | 0.92 | 0.05 | 6.19 | 0.9 | 0.51 |
| Hex | F2 | 2A | 13 | 0 | 53 | 5C | 5 | 6 | 5A | 33 |
| Octal | 362 | 52 | 23 | 0 | 123 | 134 | 5 | 6 | 132 | 63 |
| Binary | 11110010 | 101010 | 10011 | 0 | 1010011 | 1011100 | 101 | 110 | 1011010 | 110011 |
Color Harmonies of #F22A13
Complementary color
Monochromatic Colors of #F22A13
Black with #F22A13
Text Example
Text Example
White with #F22A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22A13; }
p { color: rgb(242,42,19); }
H1.HeaderClassName
{
color: #F22A13;
}
.AnyTagClassName
{
color: #F22A13;
}
</style>
background-color css
<style>
a { background-color: #F22A13; }
a { background-color: rgb(242,42,19); }
div.DivClassName
{
background-color: #F22A13;
}
.BgClassName
{
background-color: #F22A13;
}
</style>
border-color css
<style>
span { border-color: #F22A13; }
span { border-color: rgb(242,42,19); }
td.TdClassName
{
border-color: #F22A13;
}
.TagClassName
{
border-color: #F22A13;
}
</style>