Shades of Scarlet #F2170F
Tints of Scarlet #F2170F
RGB
CMYK
RGB Variations
Color information
#F2170F (or 0xF2170F) is known color: Scarlet. HEX triplet: F2, 17 and 0F. RGB value is (242,23,15). Sum of RGB (Red+Green+Blue) = 242+23+15=280 (37% of max value = 765). Red value is 242 (94.92% from 255 or 86.43% from 280); Green value is 23 (9.38% from 255 or 8.21% from 280); Blue value is 15 (6.25% from 255 or 5.36% from 280); Max value from RGB is 242 - color contains mainly: red. Hex color #F2170F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F2170F is #0DE8F0. Grayscale: #575757. Windows color (decimal): -911601 or 989170. OLE color: 989170.
HSL color Cylindrical-coordinate representation of color #F2170F: hue angle of 2.11º 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 #F2170F is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 23 | 15 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.05 |
| HSL | 2.11º | 0.9% | 0.5% | - |
| HSV(B) | 2.11º | 0.94% | 0.95% | - |
| XYZ | 37.01 | 19.52 | 2.27 | - |
| YUV | 87.57 | 87.05 | 238.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 23 | 15 | 0 | 0.90 | 0.94 | 0.05 | 2.11 | 0.9 | 0.5 |
| Hex | F2 | 17 | F | 0 | 5A | 5E | 5 | 2 | 5A | 32 |
| Octal | 362 | 27 | 17 | 0 | 132 | 136 | 5 | 2 | 132 | 62 |
| Binary | 11110010 | 10111 | 1111 | 0 | 1011010 | 1011110 | 101 | 10 | 1011010 | 110010 |
Color Harmonies of #F2170F
Complementary color
Monochromatic Colors of #F2170F
Black with #F2170F
Text Example
Text Example
White with #F2170F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2170F; }
p { color: rgb(242,23,15); }
H1.HeaderClassName
{
color: #F2170F;
}
.AnyTagClassName
{
color: #F2170F;
}
</style>
background-color css
<style>
a { background-color: #F2170F; }
a { background-color: rgb(242,23,15); }
div.DivClassName
{
background-color: #F2170F;
}
.BgClassName
{
background-color: #F2170F;
}
</style>
border-color css
<style>
span { border-color: #F2170F; }
span { border-color: rgb(242,23,15); }
td.TdClassName
{
border-color: #F2170F;
}
.TagClassName
{
border-color: #F2170F;
}
</style>