Shades of Scarlet #F5180A
Tints of Scarlet #F5180A
RGB
CMYK
RGB Variations
Color information
#F5180A (or 0xF5180A) is known color: Scarlet. HEX triplet: F5, 18 and 0A. RGB value is (245,24,10). Sum of RGB (Red+Green+Blue) = 245+24+10=279 (36% of max value = 765). Red value is 245 (96.09% from 255 or 87.81% from 279); Green value is 24 (9.77% from 255 or 8.60% from 279); Blue value is 10 (4.30% from 255 or 3.58% from 279); Max value from RGB is 245 - color contains mainly: red. Hex color #F5180A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F5180A is #0AE7F5. Grayscale: #585858. Windows color (decimal): -714742 or 661749. OLE color: 661749.
HSL color Cylindrical-coordinate representation of color #F5180A: hue angle of 3.57º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F5180A is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 24 | 10 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.04 |
| HSL | 3.57º | 0.92% | 0.5% | - |
| HSV(B) | 3.57º | 0.96% | 0.96% | - |
| XYZ | 38.04 | 20.09 | 2.16 | - |
| YUV | 88.48 | 83.72 | 239.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 24 | 10 | 0 | 0.90 | 0.96 | 0.04 | 3.57 | 0.92 | 0.5 |
| Hex | F5 | 18 | A | 0 | 5A | 60 | 4 | 4 | 5C | 32 |
| Octal | 365 | 30 | 12 | 0 | 132 | 140 | 4 | 4 | 134 | 62 |
| Binary | 11110101 | 11000 | 1010 | 0 | 1011010 | 1100000 | 100 | 100 | 1011100 | 110010 |
Color Harmonies of #F5180A
Complementary color
Monochromatic Colors of #F5180A
Black with #F5180A
Text Example
Text Example
White with #F5180A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5180A; }
p { color: rgb(245,24,10); }
H1.HeaderClassName
{
color: #F5180A;
}
.AnyTagClassName
{
color: #F5180A;
}
</style>
background-color css
<style>
a { background-color: #F5180A; }
a { background-color: rgb(245,24,10); }
div.DivClassName
{
background-color: #F5180A;
}
.BgClassName
{
background-color: #F5180A;
}
</style>
border-color css
<style>
span { border-color: #F5180A; }
span { border-color: rgb(245,24,10); }
td.TdClassName
{
border-color: #F5180A;
}
.TagClassName
{
border-color: #F5180A;
}
</style>