Shades of Scarlet #F5190D
Tints of Scarlet #F5190D
RGB
CMYK
RGB Variations
Color information
#F5190D (or 0xF5190D) is known color: Scarlet. HEX triplet: F5, 19 and 0D. RGB value is (245,25,13). Sum of RGB (Red+Green+Blue) = 245+25+13=283 (37% of max value = 765). Red value is 245 (96.09% from 255 or 86.57% from 283); Green value is 25 (10.16% from 255 or 8.83% from 283); Blue value is 13 (5.47% from 255 or 4.59% from 283); Max value from RGB is 245 - color contains mainly: red. Hex color #F5190D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F5190D is #0AE6F2. Grayscale: #595959. Windows color (decimal): -714483 or 858613. OLE color: 858613.
HSL color Cylindrical-coordinate representation of color #F5190D: hue angle of 3.1º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F5190D is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 25 | 13 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.04 |
| HSL | 3.1º | 0.92% | 0.51% | - |
| HSV(B) | 3.1º | 0.95% | 0.96% | - |
| XYZ | 38.08 | 20.14 | 2.26 | - |
| YUV | 89.41 | 84.89 | 238.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 25 | 13 | 0 | 0.90 | 0.95 | 0.04 | 3.1 | 0.92 | 0.51 |
| Hex | F5 | 19 | D | 0 | 5A | 5F | 4 | 3 | 5C | 33 |
| Octal | 365 | 31 | 15 | 0 | 132 | 137 | 4 | 3 | 134 | 63 |
| Binary | 11110101 | 11001 | 1101 | 0 | 1011010 | 1011111 | 100 | 11 | 1011100 | 110011 |
Color Harmonies of #F5190D
Complementary color
Monochromatic Colors of #F5190D
Black with #F5190D
Text Example
Text Example
White with #F5190D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5190D; }
p { color: rgb(245,25,13); }
H1.HeaderClassName
{
color: #F5190D;
}
.AnyTagClassName
{
color: #F5190D;
}
</style>
background-color css
<style>
a { background-color: #F5190D; }
a { background-color: rgb(245,25,13); }
div.DivClassName
{
background-color: #F5190D;
}
.BgClassName
{
background-color: #F5190D;
}
</style>
border-color css
<style>
span { border-color: #F5190D; }
span { border-color: rgb(245,25,13); }
td.TdClassName
{
border-color: #F5190D;
}
.TagClassName
{
border-color: #F5190D;
}
</style>