Shades of Scarlet #FF1500
Tints of Scarlet #FF1500
RGB
CMYK
RGB Variations
Color information
#FF1500 (or 0xFF1500) is known color: Scarlet. HEX triplet: FF, 15 and 00. RGB value is (255,21,0). Sum of RGB (Red+Green+Blue) = 255+21+0=276 (36% of max value = 765). Red value is 255 (100% from 255 or 92.39% from 276); Green value is 21 (8.59% from 255 or 7.61% from 276); Blue value is 0 (0.39% from 255 or 0% from 276); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1500 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1500 is #00EAFF. Grayscale: #585858. Windows color (decimal): -60160 or 5631. OLE color: 5631.
HSL color Cylindrical-coordinate representation of color #FF1500: hue angle of 4.94º 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 #FF1500 is Cyan = 0, Magento = 0.92, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 0 | - |
| CMYK | 0 | 0.92 | 1 | 0 |
| HSL | 4.94º | 1% | 0.5% | - |
| HSV(B) | 4.94º | 1% | 1% | - |
| XYZ | 41.51 | 21.8 | 2.02 | - |
| YUV | 88.57 | 78.02 | 246.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 0 | 0 | 0.92 | 1 | 0 | 4.94 | 1 | 0.5 |
| Hex | FF | 15 | 0 | 0 | 5C | 64 | 0 | 5 | 64 | 32 |
| Octal | 377 | 25 | 0 | 0 | 134 | 144 | 0 | 5 | 144 | 62 |
| Binary | 11111111 | 10101 | 0 | 0 | 1011100 | 1100100 | 0 | 101 | 1100100 | 110010 |
Color Harmonies of #FF1500
Complementary color
Monochromatic Colors of #FF1500
Black with #FF1500
Text Example
Text Example
White with #FF1500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1500; }
p { color: rgb(255,21,0); }
H1.HeaderClassName
{
color: #FF1500;
}
.AnyTagClassName
{
color: #FF1500;
}
</style>
background-color css
<style>
a { background-color: #FF1500; }
a { background-color: rgb(255,21,0); }
div.DivClassName
{
background-color: #FF1500;
}
.BgClassName
{
background-color: #FF1500;
}
</style>
border-color css
<style>
span { border-color: #FF1500; }
span { border-color: rgb(255,21,0); }
td.TdClassName
{
border-color: #FF1500;
}
.TagClassName
{
border-color: #FF1500;
}
</style>