Shades of Scarlet #FF1508
Tints of Scarlet #FF1508
RGB
CMYK
RGB Variations
Color information
#FF1508 (or 0xFF1508) is known color: Scarlet. HEX triplet: FF, 15 and 08. RGB value is (255,21,8). Sum of RGB (Red+Green+Blue) = 255+21+8=284 (37% of max value = 765). Red value is 255 (100% from 255 or 89.79% from 284); Green value is 21 (8.59% from 255 or 7.39% from 284); Blue value is 8 (3.52% from 255 or 2.82% from 284); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1508 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1508 is #00EAF7. Grayscale: #595959. Windows color (decimal): -60152 or 529919. OLE color: 529919.
HSL color Cylindrical-coordinate representation of color #FF1508: hue angle of 3.16º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF1508 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 8 | - |
| CMYK | 0 | 0.92 | 0.97 | 0 |
| HSL | 3.16º | 1% | 0.52% | - |
| HSV(B) | 3.16º | 0.97% | 1% | - |
| XYZ | 41.55 | 21.81 | 2.25 | - |
| YUV | 89.48 | 82.02 | 246.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 8 | 0 | 0.92 | 0.97 | 0 | 3.16 | 1 | 0.52 |
| Hex | FF | 15 | 8 | 0 | 5C | 61 | 0 | 3 | 64 | 34 |
| Octal | 377 | 25 | 10 | 0 | 134 | 141 | 0 | 3 | 144 | 64 |
| Binary | 11111111 | 10101 | 1000 | 0 | 1011100 | 1100001 | 0 | 11 | 1100100 | 110100 |
Color Harmonies of #FF1508
Complementary color
Monochromatic Colors of #FF1508
Black with #FF1508
Text Example
Text Example
White with #FF1508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1508; }
p { color: rgb(255,21,8); }
H1.HeaderClassName
{
color: #FF1508;
}
.AnyTagClassName
{
color: #FF1508;
}
</style>
background-color css
<style>
a { background-color: #FF1508; }
a { background-color: rgb(255,21,8); }
div.DivClassName
{
background-color: #FF1508;
}
.BgClassName
{
background-color: #FF1508;
}
</style>
border-color css
<style>
span { border-color: #FF1508; }
span { border-color: rgb(255,21,8); }
td.TdClassName
{
border-color: #FF1508;
}
.TagClassName
{
border-color: #FF1508;
}
</style>