Shades of Scarlet #FF1505
Tints of Scarlet #FF1505
RGB
CMYK
RGB Variations
Color information
#FF1505 (or 0xFF1505) is known color: Scarlet. HEX triplet: FF, 15 and 05. RGB value is (255,21,5). Sum of RGB (Red+Green+Blue) = 255+21+5=281 (37% of max value = 765). Red value is 255 (100% from 255 or 90.75% from 281); Green value is 21 (8.59% from 255 or 7.47% from 281); Blue value is 5 (2.34% from 255 or 1.78% from 281); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1505 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1505 is #00EAFA. Grayscale: #595959. Windows color (decimal): -60155 or 333311. OLE color: 333311.
HSL color Cylindrical-coordinate representation of color #FF1505: hue angle of 3.84º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF1505 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 5 | - |
| CMYK | 0 | 0.92 | 0.98 | 0 |
| HSL | 3.84º | 1% | 0.51% | - |
| HSV(B) | 3.84º | 0.98% | 1% | - |
| XYZ | 41.54 | 21.81 | 2.16 | - |
| YUV | 89.14 | 80.52 | 246.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 5 | 0 | 0.92 | 0.98 | 0 | 3.84 | 1 | 0.51 |
| Hex | FF | 15 | 5 | 0 | 5C | 62 | 0 | 4 | 64 | 33 |
| Octal | 377 | 25 | 5 | 0 | 134 | 142 | 0 | 4 | 144 | 63 |
| Binary | 11111111 | 10101 | 101 | 0 | 1011100 | 1100010 | 0 | 100 | 1100100 | 110011 |
Color Harmonies of #FF1505
Complementary color
Monochromatic Colors of #FF1505
Black with #FF1505
Text Example
Text Example
White with #FF1505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1505; }
p { color: rgb(255,21,5); }
H1.HeaderClassName
{
color: #FF1505;
}
.AnyTagClassName
{
color: #FF1505;
}
</style>
background-color css
<style>
a { background-color: #FF1505; }
a { background-color: rgb(255,21,5); }
div.DivClassName
{
background-color: #FF1505;
}
.BgClassName
{
background-color: #FF1505;
}
</style>
border-color css
<style>
span { border-color: #FF1505; }
span { border-color: rgb(255,21,5); }
td.TdClassName
{
border-color: #FF1505;
}
.TagClassName
{
border-color: #FF1505;
}
</style>