Shades of Scarlet #F5160D
Tints of Scarlet #F5160D
RGB
CMYK
RGB Variations
Color information
#F5160D (or 0xF5160D) is known color: Scarlet. HEX triplet: F5, 16 and 0D. RGB value is (245,22,13). Sum of RGB (Red+Green+Blue) = 245+22+13=280 (37% of max value = 765). Red value is 245 (96.09% from 255 or 87.5% from 280); Green value is 22 (8.98% from 255 or 7.86% from 280); Blue value is 13 (5.47% from 255 or 4.64% from 280); Max value from RGB is 245 - color contains mainly: red. Hex color #F5160D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F5160D is #0AE9F2. Grayscale: #575757. Windows color (decimal): -715251 or 857845. OLE color: 857845.
HSL color Cylindrical-coordinate representation of color #F5160D: hue angle of 2.33º 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 #F5160D is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 22 | 13 | - |
| CMYK | 0 | 0.91 | 0.95 | 0.04 |
| HSL | 2.33º | 0.92% | 0.51% | - |
| HSV(B) | 2.33º | 0.95% | 0.96% | - |
| XYZ | 38.02 | 20.02 | 2.24 | - |
| YUV | 87.65 | 85.88 | 240.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 22 | 13 | 0 | 0.91 | 0.95 | 0.04 | 2.33 | 0.92 | 0.51 |
| Hex | F5 | 16 | D | 0 | 5B | 5F | 4 | 2 | 5C | 33 |
| Octal | 365 | 26 | 15 | 0 | 133 | 137 | 4 | 2 | 134 | 63 |
| Binary | 11110101 | 10110 | 1101 | 0 | 1011011 | 1011111 | 100 | 10 | 1011100 | 110011 |
Color Harmonies of #F5160D
Complementary color
Monochromatic Colors of #F5160D
Black with #F5160D
Text Example
Text Example
White with #F5160D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5160D; }
p { color: rgb(245,22,13); }
H1.HeaderClassName
{
color: #F5160D;
}
.AnyTagClassName
{
color: #F5160D;
}
</style>
background-color css
<style>
a { background-color: #F5160D; }
a { background-color: rgb(245,22,13); }
div.DivClassName
{
background-color: #F5160D;
}
.BgClassName
{
background-color: #F5160D;
}
</style>
border-color css
<style>
span { border-color: #F5160D; }
span { border-color: rgb(245,22,13); }
td.TdClassName
{
border-color: #F5160D;
}
.TagClassName
{
border-color: #F5160D;
}
</style>