Shades of Scarlet #F22513
Tints of Scarlet #F22513
RGB
CMYK
RGB Variations
Color information
#F22513 (or 0xF22513) is known color: Scarlet. HEX triplet: F2, 25 and 13. RGB value is (242,37,19). Sum of RGB (Red+Green+Blue) = 242+37+19=298 (39% of max value = 765). Red value is 242 (94.92% from 255 or 81.21% from 298); Green value is 37 (14.84% from 255 or 12.42% from 298); Blue value is 19 (7.81% from 255 or 6.38% from 298); Max value from RGB is 242 - color contains mainly: red. Hex color #F22513 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22513 is #0DDAEC. Grayscale: #606060. Windows color (decimal): -908013 or 1254898. OLE color: 1254898.
HSL color Cylindrical-coordinate representation of color #F22513: hue angle of 4.84º 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 #F22513 is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 37 | 19 | - |
| CMYK | 0 | 0.85 | 0.92 | 0.05 |
| HSL | 4.84º | 0.9% | 0.51% | - |
| HSV(B) | 4.84º | 0.92% | 0.95% | - |
| XYZ | 37.4 | 20.25 | 2.55 | - |
| YUV | 96.24 | 84.42 | 231.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 37 | 19 | 0 | 0.85 | 0.92 | 0.05 | 4.84 | 0.9 | 0.51 |
| Hex | F2 | 25 | 13 | 0 | 55 | 5C | 5 | 5 | 5A | 33 |
| Octal | 362 | 45 | 23 | 0 | 125 | 134 | 5 | 5 | 132 | 63 |
| Binary | 11110010 | 100101 | 10011 | 0 | 1010101 | 1011100 | 101 | 101 | 1011010 | 110011 |
Color Harmonies of #F22513
Complementary color
Monochromatic Colors of #F22513
Black with #F22513
Text Example
Text Example
White with #F22513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22513; }
p { color: rgb(242,37,19); }
H1.HeaderClassName
{
color: #F22513;
}
.AnyTagClassName
{
color: #F22513;
}
</style>
background-color css
<style>
a { background-color: #F22513; }
a { background-color: rgb(242,37,19); }
div.DivClassName
{
background-color: #F22513;
}
.BgClassName
{
background-color: #F22513;
}
</style>
border-color css
<style>
span { border-color: #F22513; }
span { border-color: rgb(242,37,19); }
td.TdClassName
{
border-color: #F22513;
}
.TagClassName
{
border-color: #F22513;
}
</style>