Shades of Scarlet #F21510
Tints of Scarlet #F21510
RGB
CMYK
RGB Variations
Color information
#F21510 (or 0xF21510) is known color: Scarlet. HEX triplet: F2, 15 and 10. RGB value is (242,21,16). Sum of RGB (Red+Green+Blue) = 242+21+16=279 (36% of max value = 765). Red value is 242 (94.92% from 255 or 86.74% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 16 (6.64% from 255 or 5.73% from 279); Max value from RGB is 242 - color contains mainly: red. Hex color #F21510 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21510 is #0DEAEF. Grayscale: #565656. Windows color (decimal): -912112 or 1054194. OLE color: 1054194.
HSL color Cylindrical-coordinate representation of color #F21510: hue angle of 1.33º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F21510 is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 21 | 16 | - |
| CMYK | 0 | 0.91 | 0.93 | 0.05 |
| HSL | 1.33º | 0.9% | 0.51% | - |
| HSV(B) | 1.33º | 0.93% | 0.95% | - |
| XYZ | 36.98 | 19.45 | 2.3 | - |
| YUV | 86.51 | 88.22 | 238.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 21 | 16 | 0 | 0.91 | 0.93 | 0.05 | 1.33 | 0.9 | 0.51 |
| Hex | F2 | 15 | 10 | 0 | 5B | 5D | 5 | 1 | 5A | 33 |
| Octal | 362 | 25 | 20 | 0 | 133 | 135 | 5 | 1 | 132 | 63 |
| Binary | 11110010 | 10101 | 10000 | 0 | 1011011 | 1011101 | 101 | 1 | 1011010 | 110011 |
Color Harmonies of #F21510
Complementary color
Monochromatic Colors of #F21510
Black with #F21510
Text Example
Text Example
White with #F21510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21510; }
p { color: rgb(242,21,16); }
H1.HeaderClassName
{
color: #F21510;
}
.AnyTagClassName
{
color: #F21510;
}
</style>
background-color css
<style>
a { background-color: #F21510; }
a { background-color: rgb(242,21,16); }
div.DivClassName
{
background-color: #F21510;
}
.BgClassName
{
background-color: #F21510;
}
</style>
border-color css
<style>
span { border-color: #F21510; }
span { border-color: rgb(242,21,16); }
td.TdClassName
{
border-color: #F21510;
}
.TagClassName
{
border-color: #F21510;
}
</style>