Shades of Scarlet #F21810
Tints of Scarlet #F21810
RGB
CMYK
RGB Variations
Color information
#F21810 (or 0xF21810) is known color: Scarlet. HEX triplet: F2, 18 and 10. RGB value is (242,24,16). Sum of RGB (Red+Green+Blue) = 242+24+16=282 (37% of max value = 765). Red value is 242 (94.92% from 255 or 85.82% from 282); Green value is 24 (9.77% from 255 or 8.51% from 282); Blue value is 16 (6.64% from 255 or 5.67% from 282); Max value from RGB is 242 - color contains mainly: red. Hex color #F21810 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21810 is #0DE7EF. Grayscale: #585858. Windows color (decimal): -911344 or 1054962. OLE color: 1054962.
HSL color Cylindrical-coordinate representation of color #F21810: hue angle of 2.12º 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 #F21810 is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 24 | 16 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.05 |
| HSL | 2.12º | 0.9% | 0.51% | - |
| HSV(B) | 2.12º | 0.93% | 0.95% | - |
| XYZ | 37.04 | 19.57 | 2.32 | - |
| YUV | 88.27 | 87.22 | 237.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 24 | 16 | 0 | 0.90 | 0.93 | 0.05 | 2.12 | 0.9 | 0.51 |
| Hex | F2 | 18 | 10 | 0 | 5A | 5D | 5 | 2 | 5A | 33 |
| Octal | 362 | 30 | 20 | 0 | 132 | 135 | 5 | 2 | 132 | 63 |
| Binary | 11110010 | 11000 | 10000 | 0 | 1011010 | 1011101 | 101 | 10 | 1011010 | 110011 |
Color Harmonies of #F21810
Complementary color
Monochromatic Colors of #F21810
Black with #F21810
Text Example
Text Example
White with #F21810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21810; }
p { color: rgb(242,24,16); }
H1.HeaderClassName
{
color: #F21810;
}
.AnyTagClassName
{
color: #F21810;
}
</style>
background-color css
<style>
a { background-color: #F21810; }
a { background-color: rgb(242,24,16); }
div.DivClassName
{
background-color: #F21810;
}
.BgClassName
{
background-color: #F21810;
}
</style>
border-color css
<style>
span { border-color: #F21810; }
span { border-color: rgb(242,24,16); }
td.TdClassName
{
border-color: #F21810;
}
.TagClassName
{
border-color: #F21810;
}
</style>