Shades of Scarlet #FF150D
Tints of Scarlet #FF150D
RGB
CMYK
RGB Variations
Color information
#FF150D (or 0xFF150D) is known color: Scarlet. HEX triplet: FF, 15 and 0D. RGB value is (255,21,13). Sum of RGB (Red+Green+Blue) = 255+21+13=289 (38% of max value = 765). Red value is 255 (100% from 255 or 88.24% from 289); Green value is 21 (8.59% from 255 or 7.27% from 289); Blue value is 13 (5.47% from 255 or 4.50% from 289); Max value from RGB is 255 - color contains mainly: red. Hex color #FF150D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF150D is #00EAF2. Grayscale: #5A5A5A. Windows color (decimal): -60147 or 857599. OLE color: 857599.
HSL color Cylindrical-coordinate representation of color #FF150D: hue angle of 1.98º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF150D is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 13 | - |
| CMYK | 0 | 0.92 | 0.95 | 0 |
| HSL | 1.98º | 1% | 0.53% | - |
| HSV(B) | 1.98º | 0.95% | 1% | - |
| XYZ | 41.58 | 21.83 | 2.4 | - |
| YUV | 90.05 | 84.52 | 245.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 13 | 0 | 0.92 | 0.95 | 0 | 1.98 | 1 | 0.53 |
| Hex | FF | 15 | D | 0 | 5C | 5F | 0 | 2 | 64 | 35 |
| Octal | 377 | 25 | 15 | 0 | 134 | 137 | 0 | 2 | 144 | 65 |
| Binary | 11111111 | 10101 | 1101 | 0 | 1011100 | 1011111 | 0 | 10 | 1100100 | 110101 |
Color Harmonies of #FF150D
Complementary color
Monochromatic Colors of #FF150D
Black with #FF150D
Text Example
Text Example
White with #FF150D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF150D; }
p { color: rgb(255,21,13); }
H1.HeaderClassName
{
color: #FF150D;
}
.AnyTagClassName
{
color: #FF150D;
}
</style>
background-color css
<style>
a { background-color: #FF150D; }
a { background-color: rgb(255,21,13); }
div.DivClassName
{
background-color: #FF150D;
}
.BgClassName
{
background-color: #FF150D;
}
</style>
border-color css
<style>
span { border-color: #FF150D; }
span { border-color: rgb(255,21,13); }
td.TdClassName
{
border-color: #FF150D;
}
.TagClassName
{
border-color: #FF150D;
}
</style>