Shades of Scarlet #F21C18
Tints of Scarlet #F21C18
RGB
CMYK
RGB Variations
Color information
#F21C18 (or 0xF21C18) is known color: Scarlet. HEX triplet: F2, 1C and 18. RGB value is (242,28,24). Sum of RGB (Red+Green+Blue) = 242+28+24=294 (38% of max value = 765). Red value is 242 (94.92% from 255 or 82.31% from 294); Green value is 28 (11.33% from 255 or 9.52% from 294); Blue value is 24 (9.77% from 255 or 8.16% from 294); Max value from RGB is 242 - color contains mainly: red. Hex color #F21C18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F21C18 is #0DE3E7. Grayscale: #5B5B5B. Windows color (decimal): -910312 or 1580274. OLE color: 1580274.
HSL color Cylindrical-coordinate representation of color #F21C18: hue angle of 1.1º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F21C18 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 28 | 24 | - |
| CMYK | 0 | 0.88 | 0.90 | 0.05 |
| HSL | 1.1º | 0.89% | 0.52% | - |
| HSV(B) | 1.1º | 0.9% | 0.95% | - |
| XYZ | 37.2 | 19.77 | 2.72 | - |
| YUV | 91.53 | 89.9 | 235.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 28 | 24 | 0 | 0.88 | 0.90 | 0.05 | 1.1 | 0.89 | 0.52 |
| Hex | F2 | 1C | 18 | 0 | 58 | 5A | 5 | 1 | 59 | 34 |
| Octal | 362 | 34 | 30 | 0 | 130 | 132 | 5 | 1 | 131 | 64 |
| Binary | 11110010 | 11100 | 11000 | 0 | 1011000 | 1011010 | 101 | 1 | 1011001 | 110100 |
Color Harmonies of #F21C18
Complementary color
Monochromatic Colors of #F21C18
Black with #F21C18
Text Example
Text Example
White with #F21C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21C18; }
p { color: rgb(242,28,24); }
H1.HeaderClassName
{
color: #F21C18;
}
.AnyTagClassName
{
color: #F21C18;
}
</style>
background-color css
<style>
a { background-color: #F21C18; }
a { background-color: rgb(242,28,24); }
div.DivClassName
{
background-color: #F21C18;
}
.BgClassName
{
background-color: #F21C18;
}
</style>
border-color css
<style>
span { border-color: #F21C18; }
span { border-color: rgb(242,28,24); }
td.TdClassName
{
border-color: #F21C18;
}
.TagClassName
{
border-color: #F21C18;
}
</style>