Shades of Scarlet #FF1513
Tints of Scarlet #FF1513
RGB
CMYK
RGB Variations
Color information
#FF1513 (or 0xFF1513) is known color: Scarlet. HEX triplet: FF, 15 and 13. RGB value is (255,21,19). Sum of RGB (Red+Green+Blue) = 255+21+19=295 (39% of max value = 765). Red value is 255 (100% from 255 or 86.44% from 295); Green value is 21 (8.59% from 255 or 7.12% from 295); Blue value is 19 (7.81% from 255 or 6.44% from 295); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1513 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1513 is #00EAEC. Grayscale: #5A5A5A. Windows color (decimal): -60141 or 1250815. OLE color: 1250815.
HSL color Cylindrical-coordinate representation of color #FF1513: hue angle of 0.51º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF1513 is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 19 | - |
| CMYK | 0 | 0.92 | 0.93 | 0 |
| HSL | 0.51º | 1% | 0.54% | - |
| HSV(B) | 0.51º | 0.93% | 1% | - |
| XYZ | 41.63 | 21.84 | 2.64 | - |
| YUV | 90.74 | 87.52 | 245.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 19 | 0 | 0.92 | 0.93 | 0 | 0.51 | 1 | 0.54 |
| Hex | FF | 15 | 13 | 0 | 5C | 5D | 0 | 1 | 64 | 36 |
| Octal | 377 | 25 | 23 | 0 | 134 | 135 | 0 | 1 | 144 | 66 |
| Binary | 11111111 | 10101 | 10011 | 0 | 1011100 | 1011101 | 0 | 1 | 1100100 | 110110 |
Color Harmonies of #FF1513
Complementary color
Monochromatic Colors of #FF1513
Black with #FF1513
Text Example
Text Example
White with #FF1513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1513; }
p { color: rgb(255,21,19); }
H1.HeaderClassName
{
color: #FF1513;
}
.AnyTagClassName
{
color: #FF1513;
}
</style>
background-color css
<style>
a { background-color: #FF1513; }
a { background-color: rgb(255,21,19); }
div.DivClassName
{
background-color: #FF1513;
}
.BgClassName
{
background-color: #FF1513;
}
</style>
border-color css
<style>
span { border-color: #FF1513; }
span { border-color: rgb(255,21,19); }
td.TdClassName
{
border-color: #FF1513;
}
.TagClassName
{
border-color: #FF1513;
}
</style>