Shades of Scarlet #F9150C
Tints of Scarlet #F9150C
RGB
CMYK
RGB Variations
Color information
#F9150C (or 0xF9150C) is known color: Scarlet. HEX triplet: F9, 15 and 0C. RGB value is (249,21,12). Sum of RGB (Red+Green+Blue) = 249+21+12=282 (37% of max value = 765). Red value is 249 (97.66% from 255 or 88.30% from 282); Green value is 21 (8.59% from 255 or 7.45% from 282); Blue value is 12 (5.08% from 255 or 4.26% from 282); Max value from RGB is 249 - color contains mainly: red. Hex color #F9150C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F9150C is #06EAF3. Grayscale: #585858. Windows color (decimal): -453364 or 792057. OLE color: 792057.
HSL color Cylindrical-coordinate representation of color #F9150C: hue angle of 2.28º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F9150C is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 21 | 12 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.02 |
| HSL | 2.28º | 0.95% | 0.51% | - |
| HSV(B) | 2.28º | 0.95% | 0.98% | - |
| XYZ | 39.4 | 20.7 | 2.27 | - |
| YUV | 88.15 | 85.04 | 242.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 21 | 12 | 0 | 0.92 | 0.95 | 0.02 | 2.28 | 0.95 | 0.51 |
| Hex | F9 | 15 | C | 0 | 5C | 5F | 2 | 2 | 5F | 33 |
| Octal | 371 | 25 | 14 | 0 | 134 | 137 | 2 | 2 | 137 | 63 |
| Binary | 11111001 | 10101 | 1100 | 0 | 1011100 | 1011111 | 10 | 10 | 1011111 | 110011 |
Color Harmonies of #F9150C
Complementary color
Monochromatic Colors of #F9150C
Black with #F9150C
Text Example
Text Example
White with #F9150C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9150C; }
p { color: rgb(249,21,12); }
H1.HeaderClassName
{
color: #F9150C;
}
.AnyTagClassName
{
color: #F9150C;
}
</style>
background-color css
<style>
a { background-color: #F9150C; }
a { background-color: rgb(249,21,12); }
div.DivClassName
{
background-color: #F9150C;
}
.BgClassName
{
background-color: #F9150C;
}
</style>
border-color css
<style>
span { border-color: #F9150C; }
span { border-color: rgb(249,21,12); }
td.TdClassName
{
border-color: #F9150C;
}
.TagClassName
{
border-color: #F9150C;
}
</style>