Shades of Scarlet #F21515
Tints of Scarlet #F21515
RGB
CMYK
RGB Variations
Color information
#F21515 (or 0xF21515) is known color: Scarlet. HEX triplet: F2, 15 and 15. RGB value is (242,21,21). Sum of RGB (Red+Green+Blue) = 242+21+21=284 (37% of max value = 765). Red value is 242 (94.92% from 255 or 85.21% from 284); Green value is 21 (8.59% from 255 or 7.39% from 284); Blue value is 21 (8.59% from 255 or 7.39% from 284); Max value from RGB is 242 - color contains mainly: red. Hex color #F21515 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21515 is #0DEAEA. Grayscale: #575757. Windows color (decimal): -912107 or 1381874. OLE color: 1381874.
HSL color Cylindrical-coordinate representation of color #F21515: hue angle of 0º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F21515 is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 21 | 21 | - |
| CMYK | 0 | 0.91 | 0.91 | 0.05 |
| HSL | 0º | 0.89% | 0.52% | - |
| HSV(B) | 0º | 0.91% | 0.95% | - |
| XYZ | 37.02 | 19.47 | 2.52 | - |
| YUV | 87.08 | 90.72 | 238.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 21 | 21 | 0 | 0.91 | 0.91 | 0.05 | 0 | 0.89 | 0.52 |
| Hex | F2 | 15 | 15 | 0 | 5B | 5B | 5 | 0 | 59 | 34 |
| Octal | 362 | 25 | 25 | 0 | 133 | 133 | 5 | 0 | 131 | 64 |
| Binary | 11110010 | 10101 | 10101 | 0 | 1011011 | 1011011 | 101 | 0 | 1011001 | 110100 |
Color Harmonies of #F21515
Complementary color
Monochromatic Colors of #F21515
Black with #F21515
Text Example
Text Example
White with #F21515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21515; }
p { color: rgb(242,21,21); }
H1.HeaderClassName
{
color: #F21515;
}
.AnyTagClassName
{
color: #F21515;
}
</style>
background-color css
<style>
a { background-color: #F21515; }
a { background-color: rgb(242,21,21); }
div.DivClassName
{
background-color: #F21515;
}
.BgClassName
{
background-color: #F21515;
}
</style>
border-color css
<style>
span { border-color: #F21515; }
span { border-color: rgb(242,21,21); }
td.TdClassName
{
border-color: #F21515;
}
.TagClassName
{
border-color: #F21515;
}
</style>