Shades of Scarlet #F22013
Tints of Scarlet #F22013
RGB
CMYK
RGB Variations
Color information
#F22013 (or 0xF22013) is known color: Scarlet. HEX triplet: F2, 20 and 13. RGB value is (242,32,19). Sum of RGB (Red+Green+Blue) = 242+32+19=293 (38% of max value = 765). Red value is 242 (94.92% from 255 or 82.59% from 293); Green value is 32 (12.89% from 255 or 10.92% from 293); Blue value is 19 (7.81% from 255 or 6.48% from 293); Max value from RGB is 242 - color contains mainly: red. Hex color #F22013 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22013 is #0DDFEC. Grayscale: #5D5D5D. Windows color (decimal): -909293 or 1253618. OLE color: 1253618.
HSL color Cylindrical-coordinate representation of color #F22013: hue angle of 3.5º 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 #F22013 is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 32 | 19 | - |
| CMYK | 0 | 0.87 | 0.92 | 0.05 |
| HSL | 3.5º | 0.9% | 0.51% | - |
| HSV(B) | 3.5º | 0.92% | 0.95% | - |
| XYZ | 37.25 | 19.96 | 2.5 | - |
| YUV | 93.31 | 86.07 | 234.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 32 | 19 | 0 | 0.87 | 0.92 | 0.05 | 3.5 | 0.9 | 0.51 |
| Hex | F2 | 20 | 13 | 0 | 57 | 5C | 5 | 3 | 5A | 33 |
| Octal | 362 | 40 | 23 | 0 | 127 | 134 | 5 | 3 | 132 | 63 |
| Binary | 11110010 | 100000 | 10011 | 0 | 1010111 | 1011100 | 101 | 11 | 1011010 | 110011 |
Color Harmonies of #F22013
Complementary color
Monochromatic Colors of #F22013
Black with #F22013
Text Example
Text Example
White with #F22013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22013; }
p { color: rgb(242,32,19); }
H1.HeaderClassName
{
color: #F22013;
}
.AnyTagClassName
{
color: #F22013;
}
</style>
background-color css
<style>
a { background-color: #F22013; }
a { background-color: rgb(242,32,19); }
div.DivClassName
{
background-color: #F22013;
}
.BgClassName
{
background-color: #F22013;
}
</style>
border-color css
<style>
span { border-color: #F22013; }
span { border-color: rgb(242,32,19); }
td.TdClassName
{
border-color: #F22013;
}
.TagClassName
{
border-color: #F22013;
}
</style>