Shades of Scarlet #FF150B
Tints of Scarlet #FF150B
RGB
CMYK
RGB Variations
Color information
#FF150B (or 0xFF150B) is known color: Scarlet. HEX triplet: FF, 15 and 0B. RGB value is (255,21,11). Sum of RGB (Red+Green+Blue) = 255+21+11=287 (38% of max value = 765). Red value is 255 (100% from 255 or 88.85% from 287); Green value is 21 (8.59% from 255 or 7.32% from 287); Blue value is 11 (4.69% from 255 or 3.83% from 287); Max value from RGB is 255 - color contains mainly: red. Hex color #FF150B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF150B is #00EAF4. Grayscale: #5A5A5A. Windows color (decimal): -60149 or 726527. OLE color: 726527.
HSL color Cylindrical-coordinate representation of color #FF150B: hue angle of 2.46º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF150B is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 11 | - |
| CMYK | 0 | 0.92 | 0.96 | 0 |
| HSL | 2.46º | 1% | 0.52% | - |
| HSV(B) | 2.46º | 0.96% | 1% | - |
| XYZ | 41.57 | 21.82 | 2.34 | - |
| YUV | 89.83 | 83.52 | 245.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 11 | 0 | 0.92 | 0.96 | 0 | 2.46 | 1 | 0.52 |
| Hex | FF | 15 | B | 0 | 5C | 60 | 0 | 2 | 64 | 34 |
| Octal | 377 | 25 | 13 | 0 | 134 | 140 | 0 | 2 | 144 | 64 |
| Binary | 11111111 | 10101 | 1011 | 0 | 1011100 | 1100000 | 0 | 10 | 1100100 | 110100 |
Color Harmonies of #FF150B
Complementary color
Monochromatic Colors of #FF150B
Black with #FF150B
Text Example
Text Example
White with #FF150B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF150B; }
p { color: rgb(255,21,11); }
H1.HeaderClassName
{
color: #FF150B;
}
.AnyTagClassName
{
color: #FF150B;
}
</style>
background-color css
<style>
a { background-color: #FF150B; }
a { background-color: rgb(255,21,11); }
div.DivClassName
{
background-color: #FF150B;
}
.BgClassName
{
background-color: #FF150B;
}
</style>
border-color css
<style>
span { border-color: #FF150B; }
span { border-color: rgb(255,21,11); }
td.TdClassName
{
border-color: #FF150B;
}
.TagClassName
{
border-color: #FF150B;
}
</style>