Shades of Scarlet #F51D15
Tints of Scarlet #F51D15
RGB
CMYK
RGB Variations
Color information
#F51D15 (or 0xF51D15) is known color: Scarlet. HEX triplet: F5, 1D and 15. RGB value is (245,29,21). Sum of RGB (Red+Green+Blue) = 245+29+21=295 (39% of max value = 765). Red value is 245 (96.09% from 255 or 83.05% from 295); Green value is 29 (11.72% from 255 or 9.83% from 295); Blue value is 21 (8.59% from 255 or 7.12% from 295); Max value from RGB is 245 - color contains mainly: red. Hex color #F51D15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F51D15 is #0AE2EA. Grayscale: #5C5C5C. Windows color (decimal): -713451 or 1383925. OLE color: 1383925.
HSL color Cylindrical-coordinate representation of color #F51D15: hue angle of 2.14º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F51D15 is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 29 | 21 | - |
| CMYK | 0 | 0.88 | 0.91 | 0.04 |
| HSL | 2.14º | 0.92% | 0.52% | - |
| HSV(B) | 2.14º | 0.91% | 0.96% | - |
| XYZ | 38.23 | 20.35 | 2.62 | - |
| YUV | 92.67 | 87.56 | 236.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 29 | 21 | 0 | 0.88 | 0.91 | 0.04 | 2.14 | 0.92 | 0.52 |
| Hex | F5 | 1D | 15 | 0 | 58 | 5B | 4 | 2 | 5C | 34 |
| Octal | 365 | 35 | 25 | 0 | 130 | 133 | 4 | 2 | 134 | 64 |
| Binary | 11110101 | 11101 | 10101 | 0 | 1011000 | 1011011 | 100 | 10 | 1011100 | 110100 |
Color Harmonies of #F51D15
Complementary color
Monochromatic Colors of #F51D15
Black with #F51D15
Text Example
Text Example
White with #F51D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51D15; }
p { color: rgb(245,29,21); }
H1.HeaderClassName
{
color: #F51D15;
}
.AnyTagClassName
{
color: #F51D15;
}
</style>
background-color css
<style>
a { background-color: #F51D15; }
a { background-color: rgb(245,29,21); }
div.DivClassName
{
background-color: #F51D15;
}
.BgClassName
{
background-color: #F51D15;
}
</style>
border-color css
<style>
span { border-color: #F51D15; }
span { border-color: rgb(245,29,21); }
td.TdClassName
{
border-color: #F51D15;
}
.TagClassName
{
border-color: #F51D15;
}
</style>