Shades of Scarlet #F21917
Tints of Scarlet #F21917
RGB
CMYK
RGB Variations
Color information
#F21917 (or 0xF21917) is known color: Scarlet. HEX triplet: F2, 19 and 17. RGB value is (242,25,23). Sum of RGB (Red+Green+Blue) = 242+25+23=290 (38% of max value = 765). Red value is 242 (94.92% from 255 or 83.45% from 290); Green value is 25 (10.16% from 255 or 8.62% from 290); Blue value is 23 (9.38% from 255 or 7.93% from 290); Max value from RGB is 242 - color contains mainly: red. Hex color #F21917 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F21917 is #0DE6E8. Grayscale: #595959. Windows color (decimal): -911081 or 1513970. OLE color: 1513970.
HSL color Cylindrical-coordinate representation of color #F21917: hue angle of 0.55º 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 #F21917 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 25 | 23 | - |
| CMYK | 0 | 0.90 | 0.90 | 0.05 |
| HSL | 0.55º | 0.89% | 0.52% | - |
| HSV(B) | 0.55º | 0.9% | 0.95% | - |
| XYZ | 37.12 | 19.63 | 2.64 | - |
| YUV | 89.66 | 90.39 | 236.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 25 | 23 | 0 | 0.90 | 0.90 | 0.05 | 0.55 | 0.89 | 0.52 |
| Hex | F2 | 19 | 17 | 0 | 5A | 5A | 5 | 1 | 59 | 34 |
| Octal | 362 | 31 | 27 | 0 | 132 | 132 | 5 | 1 | 131 | 64 |
| Binary | 11110010 | 11001 | 10111 | 0 | 1011010 | 1011010 | 101 | 1 | 1011001 | 110100 |
Color Harmonies of #F21917
Complementary color
Monochromatic Colors of #F21917
Black with #F21917
Text Example
Text Example
White with #F21917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21917; }
p { color: rgb(242,25,23); }
H1.HeaderClassName
{
color: #F21917;
}
.AnyTagClassName
{
color: #F21917;
}
</style>
background-color css
<style>
a { background-color: #F21917; }
a { background-color: rgb(242,25,23); }
div.DivClassName
{
background-color: #F21917;
}
.BgClassName
{
background-color: #F21917;
}
</style>
border-color css
<style>
span { border-color: #F21917; }
span { border-color: rgb(242,25,23); }
td.TdClassName
{
border-color: #F21917;
}
.TagClassName
{
border-color: #F21917;
}
</style>