Shades of Scarlet #F21C0A
Tints of Scarlet #F21C0A
RGB
CMYK
RGB Variations
Color information
#F21C0A (or 0xF21C0A) is known color: Scarlet. HEX triplet: F2, 1C and 0A. RGB value is (242,28,10). Sum of RGB (Red+Green+Blue) = 242+28+10=280 (37% of max value = 765). Red value is 242 (94.92% from 255 or 86.43% from 280); Green value is 28 (11.33% from 255 or 10% from 280); Blue value is 10 (4.30% from 255 or 3.57% from 280); Max value from RGB is 242 - color contains mainly: red. Hex color #F21C0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F21C0A is #0DE3F5. Grayscale: #5A5A5A. Windows color (decimal): -910326 or 662770. OLE color: 662770.
HSL color Cylindrical-coordinate representation of color #F21C0A: hue angle of 4.66º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F21C0A is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 28 | 10 | - |
| CMYK | 0 | 0.88 | 0.96 | 0.05 |
| HSL | 4.66º | 0.92% | 0.49% | - |
| HSV(B) | 4.66º | 0.96% | 0.95% | - |
| XYZ | 37.09 | 19.73 | 2.14 | - |
| YUV | 89.93 | 82.9 | 236.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 28 | 10 | 0 | 0.88 | 0.96 | 0.05 | 4.66 | 0.92 | 0.49 |
| Hex | F2 | 1C | A | 0 | 58 | 60 | 5 | 5 | 5C | 31 |
| Octal | 362 | 34 | 12 | 0 | 130 | 140 | 5 | 5 | 134 | 61 |
| Binary | 11110010 | 11100 | 1010 | 0 | 1011000 | 1100000 | 101 | 101 | 1011100 | 110001 |
Color Harmonies of #F21C0A
Complementary color
Monochromatic Colors of #F21C0A
Black with #F21C0A
Text Example
Text Example
White with #F21C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21C0A; }
p { color: rgb(242,28,10); }
H1.HeaderClassName
{
color: #F21C0A;
}
.AnyTagClassName
{
color: #F21C0A;
}
</style>
background-color css
<style>
a { background-color: #F21C0A; }
a { background-color: rgb(242,28,10); }
div.DivClassName
{
background-color: #F21C0A;
}
.BgClassName
{
background-color: #F21C0A;
}
</style>
border-color css
<style>
span { border-color: #F21C0A; }
span { border-color: rgb(242,28,10); }
td.TdClassName
{
border-color: #F21C0A;
}
.TagClassName
{
border-color: #F21C0A;
}
</style>