Shades of Scarlet #F22914
Tints of Scarlet #F22914
RGB
CMYK
RGB Variations
Color information
#F22914 (or 0xF22914) is known color: Scarlet. HEX triplet: F2, 29 and 14. RGB value is (242,41,20). Sum of RGB (Red+Green+Blue) = 242+41+20=303 (40% of max value = 765). Red value is 242 (94.92% from 255 or 79.87% from 303); Green value is 41 (16.41% from 255 or 13.53% from 303); Blue value is 20 (8.20% from 255 or 6.60% from 303); Max value from RGB is 242 - color contains mainly: red. Hex color #F22914 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22914 is #0DD6EB. Grayscale: #626262. Windows color (decimal): -906988 or 1321458. OLE color: 1321458.
HSL color Cylindrical-coordinate representation of color #F22914: hue angle of 5.68º 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 #F22914 is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 41 | 20 | - |
| CMYK | 0 | 0.83 | 0.92 | 0.05 |
| HSL | 5.68º | 0.9% | 0.51% | - |
| HSV(B) | 5.68º | 0.92% | 0.95% | - |
| XYZ | 37.54 | 20.51 | 2.64 | - |
| YUV | 98.71 | 83.59 | 230.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 41 | 20 | 0 | 0.83 | 0.92 | 0.05 | 5.68 | 0.9 | 0.51 |
| Hex | F2 | 29 | 14 | 0 | 53 | 5C | 5 | 6 | 5A | 33 |
| Octal | 362 | 51 | 24 | 0 | 123 | 134 | 5 | 6 | 132 | 63 |
| Binary | 11110010 | 101001 | 10100 | 0 | 1010011 | 1011100 | 101 | 110 | 1011010 | 110011 |
Color Harmonies of #F22914
Complementary color
Monochromatic Colors of #F22914
Black with #F22914
Text Example
Text Example
White with #F22914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22914; }
p { color: rgb(242,41,20); }
H1.HeaderClassName
{
color: #F22914;
}
.AnyTagClassName
{
color: #F22914;
}
</style>
background-color css
<style>
a { background-color: #F22914; }
a { background-color: rgb(242,41,20); }
div.DivClassName
{
background-color: #F22914;
}
.BgClassName
{
background-color: #F22914;
}
</style>
border-color css
<style>
span { border-color: #F22914; }
span { border-color: rgb(242,41,20); }
td.TdClassName
{
border-color: #F22914;
}
.TagClassName
{
border-color: #F22914;
}
</style>