Shades of Scarlet #F21C0E
Tints of Scarlet #F21C0E
RGB
CMYK
RGB Variations
Color information
#F21C0E (or 0xF21C0E) is known color: Scarlet. HEX triplet: F2, 1C and 0E. RGB value is (242,28,14). Sum of RGB (Red+Green+Blue) = 242+28+14=284 (37% of max value = 765). Red value is 242 (94.92% from 255 or 85.21% from 284); Green value is 28 (11.33% from 255 or 9.86% from 284); Blue value is 14 (5.86% from 255 or 4.93% from 284); Max value from RGB is 242 - color contains mainly: red. Hex color #F21C0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F21C0E is #0DE3F1. Grayscale: #5A5A5A. Windows color (decimal): -910322 or 924914. OLE color: 924914.
HSL color Cylindrical-coordinate representation of color #F21C0E: hue angle of 3.68º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F21C0E is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 28 | 14 | - |
| CMYK | 0 | 0.88 | 0.94 | 0.05 |
| HSL | 3.68º | 0.9% | 0.5% | - |
| HSV(B) | 3.68º | 0.94% | 0.95% | - |
| XYZ | 37.11 | 19.74 | 2.27 | - |
| YUV | 90.39 | 84.9 | 236.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 28 | 14 | 0 | 0.88 | 0.94 | 0.05 | 3.68 | 0.9 | 0.5 |
| Hex | F2 | 1C | E | 0 | 58 | 5E | 5 | 4 | 5A | 32 |
| Octal | 362 | 34 | 16 | 0 | 130 | 136 | 5 | 4 | 132 | 62 |
| Binary | 11110010 | 11100 | 1110 | 0 | 1011000 | 1011110 | 101 | 100 | 1011010 | 110010 |
Color Harmonies of #F21C0E
Complementary color
Monochromatic Colors of #F21C0E
Black with #F21C0E
Text Example
Text Example
White with #F21C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21C0E; }
p { color: rgb(242,28,14); }
H1.HeaderClassName
{
color: #F21C0E;
}
.AnyTagClassName
{
color: #F21C0E;
}
</style>
background-color css
<style>
a { background-color: #F21C0E; }
a { background-color: rgb(242,28,14); }
div.DivClassName
{
background-color: #F21C0E;
}
.BgClassName
{
background-color: #F21C0E;
}
</style>
border-color css
<style>
span { border-color: #F21C0E; }
span { border-color: rgb(242,28,14); }
td.TdClassName
{
border-color: #F21C0E;
}
.TagClassName
{
border-color: #F21C0E;
}
</style>