Shades of Scarlet #FF1512
Tints of Scarlet #FF1512
RGB
CMYK
RGB Variations
Color information
#FF1512 (or 0xFF1512) is known color: Scarlet. HEX triplet: FF, 15 and 12. RGB value is (255,21,18). Sum of RGB (Red+Green+Blue) = 255+21+18=294 (38% of max value = 765). Red value is 255 (100% from 255 or 86.73% from 294); Green value is 21 (8.59% from 255 or 7.14% from 294); Blue value is 18 (7.42% from 255 or 6.12% from 294); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1512 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1512 is #00EAED. Grayscale: #5A5A5A. Windows color (decimal): -60142 or 1185279. OLE color: 1185279.
HSL color Cylindrical-coordinate representation of color #FF1512: hue angle of 0.76º 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 #FF1512 is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 18 | - |
| CMYK | 0 | 0.92 | 0.93 | 0 |
| HSL | 0.76º | 1% | 0.54% | - |
| HSV(B) | 0.76º | 0.93% | 1% | - |
| XYZ | 41.62 | 21.84 | 2.59 | - |
| YUV | 90.62 | 87.02 | 245.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 18 | 0 | 0.92 | 0.93 | 0 | 0.76 | 1 | 0.54 |
| Hex | FF | 15 | 12 | 0 | 5C | 5D | 0 | 1 | 64 | 36 |
| Octal | 377 | 25 | 22 | 0 | 134 | 135 | 0 | 1 | 144 | 66 |
| Binary | 11111111 | 10101 | 10010 | 0 | 1011100 | 1011101 | 0 | 1 | 1100100 | 110110 |
Color Harmonies of #FF1512
Complementary color
Monochromatic Colors of #FF1512
Black with #FF1512
Text Example
Text Example
White with #FF1512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1512; }
p { color: rgb(255,21,18); }
H1.HeaderClassName
{
color: #FF1512;
}
.AnyTagClassName
{
color: #FF1512;
}
</style>
background-color css
<style>
a { background-color: #FF1512; }
a { background-color: rgb(255,21,18); }
div.DivClassName
{
background-color: #FF1512;
}
.BgClassName
{
background-color: #FF1512;
}
</style>
border-color css
<style>
span { border-color: #FF1512; }
span { border-color: rgb(255,21,18); }
td.TdClassName
{
border-color: #FF1512;
}
.TagClassName
{
border-color: #FF1512;
}
</style>