Shades of Scarlet #FF1501
Tints of Scarlet #FF1501
RGB
CMYK
RGB Variations
Color information
#FF1501 (or 0xFF1501) is known color: Scarlet. HEX triplet: FF, 15 and 01. RGB value is (255,21,1). Sum of RGB (Red+Green+Blue) = 255+21+1=277 (36% of max value = 765). Red value is 255 (100% from 255 or 92.06% from 277); Green value is 21 (8.59% from 255 or 7.58% from 277); Blue value is 1 (0.78% from 255 or 0.36% from 277); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1501 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1501 is #00EAFE. Grayscale: #595959. Windows color (decimal): -60159 or 71167. OLE color: 71167.
HSL color Cylindrical-coordinate representation of color #FF1501: hue angle of 4.72º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF1501 is Cyan = 0, Magento = 0.92, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 1 | - |
| CMYK | 0 | 0.92 | 1.00 | 0 |
| HSL | 4.72º | 1% | 0.5% | - |
| HSV(B) | 4.72º | 1% | 1% | - |
| XYZ | 41.51 | 21.8 | 2.05 | - |
| YUV | 88.69 | 78.52 | 246.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 1 | 0 | 0.92 | 1.00 | 0 | 4.72 | 1 | 0.5 |
| Hex | FF | 15 | 1 | 0 | 5C | 64 | 0 | 5 | 64 | 32 |
| Octal | 377 | 25 | 1 | 0 | 134 | 144 | 0 | 5 | 144 | 62 |
| Binary | 11111111 | 10101 | 1 | 0 | 1011100 | 1100100 | 0 | 101 | 1100100 | 110010 |
Color Harmonies of #FF1501
Complementary color
Monochromatic Colors of #FF1501
Black with #FF1501
Text Example
Text Example
White with #FF1501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1501; }
p { color: rgb(255,21,1); }
H1.HeaderClassName
{
color: #FF1501;
}
.AnyTagClassName
{
color: #FF1501;
}
</style>
background-color css
<style>
a { background-color: #FF1501; }
a { background-color: rgb(255,21,1); }
div.DivClassName
{
background-color: #FF1501;
}
.BgClassName
{
background-color: #FF1501;
}
</style>
border-color css
<style>
span { border-color: #FF1501; }
span { border-color: rgb(255,21,1); }
td.TdClassName
{
border-color: #FF1501;
}
.TagClassName
{
border-color: #FF1501;
}
</style>