Shades of Scarlet #F51511
Tints of Scarlet #F51511
RGB
CMYK
RGB Variations
Color information
#F51511 (or 0xF51511) is known color: Scarlet. HEX triplet: F5, 15 and 11. RGB value is (245,21,17). Sum of RGB (Red+Green+Blue) = 245+21+17=283 (37% of max value = 765). Red value is 245 (96.09% from 255 or 86.57% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 17 (7.03% from 255 or 6.01% from 283); Max value from RGB is 245 - color contains mainly: red. Hex color #F51511 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F51511 is #0AEAEE. Grayscale: #575757. Windows color (decimal): -715503 or 1119733. OLE color: 1119733.
HSL color Cylindrical-coordinate representation of color #F51511: hue angle of 1.05º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F51511 is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 21 | 17 | - |
| CMYK | 0 | 0.91 | 0.93 | 0.04 |
| HSL | 1.05º | 0.92% | 0.51% | - |
| HSV(B) | 1.05º | 0.93% | 0.96% | - |
| XYZ | 38.03 | 19.99 | 2.38 | - |
| YUV | 87.52 | 88.21 | 240.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 21 | 17 | 0 | 0.91 | 0.93 | 0.04 | 1.05 | 0.92 | 0.51 |
| Hex | F5 | 15 | 11 | 0 | 5B | 5D | 4 | 1 | 5C | 33 |
| Octal | 365 | 25 | 21 | 0 | 133 | 135 | 4 | 1 | 134 | 63 |
| Binary | 11110101 | 10101 | 10001 | 0 | 1011011 | 1011101 | 100 | 1 | 1011100 | 110011 |
Color Harmonies of #F51511
Complementary color
Monochromatic Colors of #F51511
Black with #F51511
Text Example
Text Example
White with #F51511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51511; }
p { color: rgb(245,21,17); }
H1.HeaderClassName
{
color: #F51511;
}
.AnyTagClassName
{
color: #F51511;
}
</style>
background-color css
<style>
a { background-color: #F51511; }
a { background-color: rgb(245,21,17); }
div.DivClassName
{
background-color: #F51511;
}
.BgClassName
{
background-color: #F51511;
}
</style>
border-color css
<style>
span { border-color: #F51511; }
span { border-color: rgb(245,21,17); }
td.TdClassName
{
border-color: #F51511;
}
.TagClassName
{
border-color: #F51511;
}
</style>