Shades of Scarlet #F9130A
Tints of Scarlet #F9130A
RGB
CMYK
RGB Variations
Color information
#F9130A (or 0xF9130A) is known color: Scarlet. HEX triplet: F9, 13 and 0A. RGB value is (249,19,10). Sum of RGB (Red+Green+Blue) = 249+19+10=278 (36% of max value = 765). Red value is 249 (97.66% from 255 or 89.57% from 278); Green value is 19 (7.81% from 255 or 6.83% from 278); Blue value is 10 (4.30% from 255 or 3.60% from 278); Max value from RGB is 249 - color contains mainly: red. Hex color #F9130A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F9130A is #06ECF5. Grayscale: #575757. Windows color (decimal): -453878 or 660473. OLE color: 660473.
HSL color Cylindrical-coordinate representation of color #F9130A: hue angle of 2.26º 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 #F9130A is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 19 | 10 | - |
| CMYK | 0 | 0.92 | 0.96 | 0.02 |
| HSL | 2.26º | 0.95% | 0.51% | - |
| HSV(B) | 2.26º | 0.96% | 0.98% | - |
| XYZ | 39.35 | 20.63 | 2.19 | - |
| YUV | 86.74 | 84.7 | 243.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 19 | 10 | 0 | 0.92 | 0.96 | 0.02 | 2.26 | 0.95 | 0.51 |
| Hex | F9 | 13 | A | 0 | 5C | 60 | 2 | 2 | 5F | 33 |
| Octal | 371 | 23 | 12 | 0 | 134 | 140 | 2 | 2 | 137 | 63 |
| Binary | 11111001 | 10011 | 1010 | 0 | 1011100 | 1100000 | 10 | 10 | 1011111 | 110011 |
Color Harmonies of #F9130A
Complementary color
Monochromatic Colors of #F9130A
Black with #F9130A
Text Example
Text Example
White with #F9130A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9130A; }
p { color: rgb(249,19,10); }
H1.HeaderClassName
{
color: #F9130A;
}
.AnyTagClassName
{
color: #F9130A;
}
</style>
background-color css
<style>
a { background-color: #F9130A; }
a { background-color: rgb(249,19,10); }
div.DivClassName
{
background-color: #F9130A;
}
.BgClassName
{
background-color: #F9130A;
}
</style>
border-color css
<style>
span { border-color: #F9130A; }
span { border-color: rgb(249,19,10); }
td.TdClassName
{
border-color: #F9130A;
}
.TagClassName
{
border-color: #F9130A;
}
</style>