Shades of Scarlet #F2170A
Tints of Scarlet #F2170A
RGB
CMYK
RGB Variations
Color information
#F2170A (or 0xF2170A) is known color: Scarlet. HEX triplet: F2, 17 and 0A. RGB value is (242,23,10). Sum of RGB (Red+Green+Blue) = 242+23+10=275 (36% of max value = 765). Red value is 242 (94.92% from 255 or 88% from 275); Green value is 23 (9.38% from 255 or 8.36% from 275); Blue value is 10 (4.30% from 255 or 3.64% from 275); Max value from RGB is 242 - color contains mainly: red. Hex color #F2170A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F2170A is #0DE8F5. Grayscale: #575757. Windows color (decimal): -911606 or 661490. OLE color: 661490.
HSL color Cylindrical-coordinate representation of color #F2170A: hue angle of 3.36º 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 #F2170A is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 23 | 10 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.05 |
| HSL | 3.36º | 0.92% | 0.49% | - |
| HSV(B) | 3.36º | 0.96% | 0.95% | - |
| XYZ | 36.98 | 19.51 | 2.1 | - |
| YUV | 87 | 84.55 | 238.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 23 | 10 | 0 | 0.90 | 0.96 | 0.05 | 3.36 | 0.92 | 0.49 |
| Hex | F2 | 17 | A | 0 | 5A | 60 | 5 | 3 | 5C | 31 |
| Octal | 362 | 27 | 12 | 0 | 132 | 140 | 5 | 3 | 134 | 61 |
| Binary | 11110010 | 10111 | 1010 | 0 | 1011010 | 1100000 | 101 | 11 | 1011100 | 110001 |
Color Harmonies of #F2170A
Complementary color
Monochromatic Colors of #F2170A
Black with #F2170A
Text Example
Text Example
White with #F2170A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2170A; }
p { color: rgb(242,23,10); }
H1.HeaderClassName
{
color: #F2170A;
}
.AnyTagClassName
{
color: #F2170A;
}
</style>
background-color css
<style>
a { background-color: #F2170A; }
a { background-color: rgb(242,23,10); }
div.DivClassName
{
background-color: #F2170A;
}
.BgClassName
{
background-color: #F2170A;
}
</style>
border-color css
<style>
span { border-color: #F2170A; }
span { border-color: rgb(242,23,10); }
td.TdClassName
{
border-color: #F2170A;
}
.TagClassName
{
border-color: #F2170A;
}
</style>