Shades of Scarlet #FF1515
Tints of Scarlet #FF1515
RGB
CMYK
RGB Variations
Color information
#FF1515 (or 0xFF1515) is known color: Scarlet. HEX triplet: FF, 15 and 15. RGB value is (255,21,21). Sum of RGB (Red+Green+Blue) = 255+21+21=297 (39% of max value = 765). Red value is 255 (100% from 255 or 85.86% from 297); Green value is 21 (8.59% from 255 or 7.07% from 297); Blue value is 21 (8.59% from 255 or 7.07% from 297); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1515 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1515 is #00EAEA. Grayscale: #5B5B5B. Windows color (decimal): -60139 or 1381887. OLE color: 1381887.
HSL color Cylindrical-coordinate representation of color #FF1515: hue angle of 0º 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 #FF1515 is Cyan = 0, Magento = 0.92, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 21 | - |
| CMYK | 0 | 0.92 | 0.92 | 0 |
| HSL | 0º | 1% | 0.54% | - |
| HSV(B) | 0º | 0.92% | 1% | - |
| XYZ | 41.64 | 21.85 | 2.73 | - |
| YUV | 90.97 | 88.52 | 245 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 21 | 0 | 0.92 | 0.92 | 0 | 0 | 1 | 0.54 |
| Hex | FF | 15 | 15 | 0 | 5C | 5C | 0 | 0 | 64 | 36 |
| Octal | 377 | 25 | 25 | 0 | 134 | 134 | 0 | 0 | 144 | 66 |
| Binary | 11111111 | 10101 | 10101 | 0 | 1011100 | 1011100 | 0 | 0 | 1100100 | 110110 |
Color Harmonies of #FF1515
Complementary color
Monochromatic Colors of #FF1515
Black with #FF1515
Text Example
Text Example
White with #FF1515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1515; }
p { color: rgb(255,21,21); }
H1.HeaderClassName
{
color: #FF1515;
}
.AnyTagClassName
{
color: #FF1515;
}
</style>
background-color css
<style>
a { background-color: #FF1515; }
a { background-color: rgb(255,21,21); }
div.DivClassName
{
background-color: #FF1515;
}
.BgClassName
{
background-color: #FF1515;
}
</style>
border-color css
<style>
span { border-color: #FF1515; }
span { border-color: rgb(255,21,21); }
td.TdClassName
{
border-color: #FF1515;
}
.TagClassName
{
border-color: #FF1515;
}
</style>