Shades of Scarlet #F21513
Tints of Scarlet #F21513
RGB
CMYK
RGB Variations
Color information
#F21513 (or 0xF21513) is known color: Scarlet. HEX triplet: F2, 15 and 13. RGB value is (242,21,19). Sum of RGB (Red+Green+Blue) = 242+21+19=282 (37% of max value = 765). Red value is 242 (94.92% from 255 or 85.82% from 282); Green value is 21 (8.59% from 255 or 7.45% from 282); Blue value is 19 (7.81% from 255 or 6.74% from 282); Max value from RGB is 242 - color contains mainly: red. Hex color #F21513 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21513 is #0DEAEC. Grayscale: #575757. Windows color (decimal): -912109 or 1250802. OLE color: 1250802.
HSL color Cylindrical-coordinate representation of color #F21513: hue angle of 0.54º 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 #F21513 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 21 | 19 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.05 |
| HSL | 0.54º | 0.9% | 0.51% | - |
| HSV(B) | 0.54º | 0.92% | 0.95% | - |
| XYZ | 37 | 19.46 | 2.42 | - |
| YUV | 86.85 | 89.72 | 238.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 21 | 19 | 0 | 0.91 | 0.92 | 0.05 | 0.54 | 0.9 | 0.51 |
| Hex | F2 | 15 | 13 | 0 | 5B | 5C | 5 | 1 | 5A | 33 |
| Octal | 362 | 25 | 23 | 0 | 133 | 134 | 5 | 1 | 132 | 63 |
| Binary | 11110010 | 10101 | 10011 | 0 | 1011011 | 1011100 | 101 | 1 | 1011010 | 110011 |
Color Harmonies of #F21513
Complementary color
Monochromatic Colors of #F21513
Black with #F21513
Text Example
Text Example
White with #F21513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21513; }
p { color: rgb(242,21,19); }
H1.HeaderClassName
{
color: #F21513;
}
.AnyTagClassName
{
color: #F21513;
}
</style>
background-color css
<style>
a { background-color: #F21513; }
a { background-color: rgb(242,21,19); }
div.DivClassName
{
background-color: #F21513;
}
.BgClassName
{
background-color: #F21513;
}
</style>
border-color css
<style>
span { border-color: #F21513; }
span { border-color: rgb(242,21,19); }
td.TdClassName
{
border-color: #F21513;
}
.TagClassName
{
border-color: #F21513;
}
</style>