Shades of Scarlet #FF1715
Tints of Scarlet #FF1715
RGB
CMYK
RGB Variations
Color information
#FF1715 (or 0xFF1715) is known color: Scarlet. HEX triplet: FF, 17 and 15. RGB value is (255,23,21). Sum of RGB (Red+Green+Blue) = 255+23+21=299 (39% of max value = 765). Red value is 255 (100% from 255 or 85.28% from 299); Green value is 23 (9.38% from 255 or 7.69% from 299); Blue value is 21 (8.59% from 255 or 7.02% from 299); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1715 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1715 is #00E8EA. Grayscale: #5C5C5C. Windows color (decimal): -59627 or 1382399. OLE color: 1382399.
HSL color Cylindrical-coordinate representation of color #FF1715: hue angle of 0.51º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF1715 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 23 | 21 | - |
| CMYK | 0 | 0.91 | 0.92 | 0 |
| HSL | 0.51º | 1% | 0.54% | - |
| HSV(B) | 0.51º | 0.92% | 1% | - |
| XYZ | 41.68 | 21.93 | 2.74 | - |
| YUV | 92.14 | 87.86 | 244.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 23 | 21 | 0 | 0.91 | 0.92 | 0 | 0.51 | 1 | 0.54 |
| Hex | FF | 17 | 15 | 0 | 5B | 5C | 0 | 1 | 64 | 36 |
| Octal | 377 | 27 | 25 | 0 | 133 | 134 | 0 | 1 | 144 | 66 |
| Binary | 11111111 | 10111 | 10101 | 0 | 1011011 | 1011100 | 0 | 1 | 1100100 | 110110 |
Color Harmonies of #FF1715
Complementary color
Monochromatic Colors of #FF1715
Black with #FF1715
Text Example
Text Example
White with #FF1715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1715; }
p { color: rgb(255,23,21); }
H1.HeaderClassName
{
color: #FF1715;
}
.AnyTagClassName
{
color: #FF1715;
}
</style>
background-color css
<style>
a { background-color: #FF1715; }
a { background-color: rgb(255,23,21); }
div.DivClassName
{
background-color: #FF1715;
}
.BgClassName
{
background-color: #FF1715;
}
</style>
border-color css
<style>
span { border-color: #FF1715; }
span { border-color: rgb(255,23,21); }
td.TdClassName
{
border-color: #FF1715;
}
.TagClassName
{
border-color: #FF1715;
}
</style>