Shades of Scarlet #F21C10
Tints of Scarlet #F21C10
RGB
CMYK
RGB Variations
Color information
#F21C10 (or 0xF21C10) is known color: Scarlet. HEX triplet: F2, 1C and 10. RGB value is (242,28,16). Sum of RGB (Red+Green+Blue) = 242+28+16=286 (37% of max value = 765). Red value is 242 (94.92% from 255 or 84.62% from 286); Green value is 28 (11.33% from 255 or 9.79% from 286); Blue value is 16 (6.64% from 255 or 5.59% from 286); Max value from RGB is 242 - color contains mainly: red. Hex color #F21C10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F21C10 is #0DE3EF. Grayscale: #5A5A5A. Windows color (decimal): -910320 or 1055986. OLE color: 1055986.
HSL color Cylindrical-coordinate representation of color #F21C10: hue angle of 3.19º 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 #F21C10 is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 28 | 16 | - |
| CMYK | 0 | 0.88 | 0.93 | 0.05 |
| HSL | 3.19º | 0.9% | 0.51% | - |
| HSV(B) | 3.19º | 0.93% | 0.95% | - |
| XYZ | 37.13 | 19.75 | 2.34 | - |
| YUV | 90.62 | 85.9 | 235.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 28 | 16 | 0 | 0.88 | 0.93 | 0.05 | 3.19 | 0.9 | 0.51 |
| Hex | F2 | 1C | 10 | 0 | 58 | 5D | 5 | 3 | 5A | 33 |
| Octal | 362 | 34 | 20 | 0 | 130 | 135 | 5 | 3 | 132 | 63 |
| Binary | 11110010 | 11100 | 10000 | 0 | 1011000 | 1011101 | 101 | 11 | 1011010 | 110011 |
Color Harmonies of #F21C10
Complementary color
Monochromatic Colors of #F21C10
Black with #F21C10
Text Example
Text Example
White with #F21C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21C10; }
p { color: rgb(242,28,16); }
H1.HeaderClassName
{
color: #F21C10;
}
.AnyTagClassName
{
color: #F21C10;
}
</style>
background-color css
<style>
a { background-color: #F21C10; }
a { background-color: rgb(242,28,16); }
div.DivClassName
{
background-color: #F21C10;
}
.BgClassName
{
background-color: #F21C10;
}
</style>
border-color css
<style>
span { border-color: #F21C10; }
span { border-color: rgb(242,28,16); }
td.TdClassName
{
border-color: #F21C10;
}
.TagClassName
{
border-color: #F21C10;
}
</style>