Shades of Scarlet #F9170B
Tints of Scarlet #F9170B
RGB
CMYK
RGB Variations
Color information
#F9170B (or 0xF9170B) is known color: Scarlet. HEX triplet: F9, 17 and 0B. RGB value is (249,23,11). Sum of RGB (Red+Green+Blue) = 249+23+11=283 (37% of max value = 765). Red value is 249 (97.66% from 255 or 87.99% from 283); Green value is 23 (9.38% from 255 or 8.13% from 283); Blue value is 11 (4.69% from 255 or 3.89% from 283); Max value from RGB is 249 - color contains mainly: red. Hex color #F9170B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F9170B is #06E8F4. Grayscale: #595959. Windows color (decimal): -452853 or 727033. OLE color: 727033.
HSL color Cylindrical-coordinate representation of color #F9170B: hue angle of 3.03º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F9170B is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 23 | 11 | - |
| CMYK | 0 | 0.91 | 0.96 | 0.02 |
| HSL | 3.03º | 0.95% | 0.51% | - |
| HSV(B) | 3.03º | 0.96% | 0.98% | - |
| XYZ | 39.43 | 20.78 | 2.25 | - |
| YUV | 89.21 | 83.87 | 241.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 23 | 11 | 0 | 0.91 | 0.96 | 0.02 | 3.03 | 0.95 | 0.51 |
| Hex | F9 | 17 | B | 0 | 5B | 60 | 2 | 3 | 5F | 33 |
| Octal | 371 | 27 | 13 | 0 | 133 | 140 | 2 | 3 | 137 | 63 |
| Binary | 11111001 | 10111 | 1011 | 0 | 1011011 | 1100000 | 10 | 11 | 1011111 | 110011 |
Color Harmonies of #F9170B
Complementary color
Monochromatic Colors of #F9170B
Black with #F9170B
Text Example
Text Example
White with #F9170B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9170B; }
p { color: rgb(249,23,11); }
H1.HeaderClassName
{
color: #F9170B;
}
.AnyTagClassName
{
color: #F9170B;
}
</style>
background-color css
<style>
a { background-color: #F9170B; }
a { background-color: rgb(249,23,11); }
div.DivClassName
{
background-color: #F9170B;
}
.BgClassName
{
background-color: #F9170B;
}
</style>
border-color css
<style>
span { border-color: #F9170B; }
span { border-color: rgb(249,23,11); }
td.TdClassName
{
border-color: #F9170B;
}
.TagClassName
{
border-color: #F9170B;
}
</style>