Shades of Scarlet #FF1504
Tints of Scarlet #FF1504
RGB
CMYK
RGB Variations
Color information
#FF1504 (or 0xFF1504) is known color: Scarlet. HEX triplet: FF, 15 and 04. RGB value is (255,21,4). Sum of RGB (Red+Green+Blue) = 255+21+4=280 (37% of max value = 765). Red value is 255 (100% from 255 or 91.07% from 280); Green value is 21 (8.59% from 255 or 7.5% from 280); Blue value is 4 (1.95% from 255 or 1.43% from 280); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1504 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1504 is #00EAFB. Grayscale: #595959. Windows color (decimal): -60156 or 267775. OLE color: 267775.
HSL color Cylindrical-coordinate representation of color #FF1504: hue angle of 4.06º 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 #FF1504 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 4 | - |
| CMYK | 0 | 0.92 | 0.98 | 0 |
| HSL | 4.06º | 1% | 0.51% | - |
| HSV(B) | 4.06º | 0.98% | 1% | - |
| XYZ | 41.53 | 21.81 | 2.13 | - |
| YUV | 89.03 | 80.02 | 246.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 4 | 0 | 0.92 | 0.98 | 0 | 4.06 | 1 | 0.51 |
| Hex | FF | 15 | 4 | 0 | 5C | 62 | 0 | 4 | 64 | 33 |
| Octal | 377 | 25 | 4 | 0 | 134 | 142 | 0 | 4 | 144 | 63 |
| Binary | 11111111 | 10101 | 100 | 0 | 1011100 | 1100010 | 0 | 100 | 1100100 | 110011 |
Color Harmonies of #FF1504
Complementary color
Monochromatic Colors of #FF1504
Black with #FF1504
Text Example
Text Example
White with #FF1504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1504; }
p { color: rgb(255,21,4); }
H1.HeaderClassName
{
color: #FF1504;
}
.AnyTagClassName
{
color: #FF1504;
}
</style>
background-color css
<style>
a { background-color: #FF1504; }
a { background-color: rgb(255,21,4); }
div.DivClassName
{
background-color: #FF1504;
}
.BgClassName
{
background-color: #FF1504;
}
</style>
border-color css
<style>
span { border-color: #FF1504; }
span { border-color: rgb(255,21,4); }
td.TdClassName
{
border-color: #FF1504;
}
.TagClassName
{
border-color: #FF1504;
}
</style>