Shades of Scarlet #FF2015
Tints of Scarlet #FF2015
RGB
CMYK
RGB Variations
Color information
#FF2015 (or 0xFF2015) is known color: Scarlet. HEX triplet: FF, 20 and 15. RGB value is (255,32,21). Sum of RGB (Red+Green+Blue) = 255+32+21=308 (40% of max value = 765). Red value is 255 (100% from 255 or 82.79% from 308); Green value is 32 (12.89% from 255 or 10.39% from 308); Blue value is 21 (8.59% from 255 or 6.82% from 308); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2015 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2015 is #00DFEA. Grayscale: #616161. Windows color (decimal): -57323 or 1384703. OLE color: 1384703.
HSL color Cylindrical-coordinate representation of color #FF2015: hue angle of 2.82º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF2015 is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 32 | 21 | - |
| CMYK | 0 | 0.87 | 0.92 | 0 |
| HSL | 2.82º | 1% | 0.54% | - |
| HSV(B) | 2.82º | 0.92% | 1% | - |
| XYZ | 41.89 | 22.35 | 2.81 | - |
| YUV | 97.42 | 84.88 | 240.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 32 | 21 | 0 | 0.87 | 0.92 | 0 | 2.82 | 1 | 0.54 |
| Hex | FF | 20 | 15 | 0 | 57 | 5C | 0 | 3 | 64 | 36 |
| Octal | 377 | 40 | 25 | 0 | 127 | 134 | 0 | 3 | 144 | 66 |
| Binary | 11111111 | 100000 | 10101 | 0 | 1010111 | 1011100 | 0 | 11 | 1100100 | 110110 |
Color Harmonies of #FF2015
Complementary color
Monochromatic Colors of #FF2015
Black with #FF2015
Text Example
Text Example
White with #FF2015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2015; }
p { color: rgb(255,32,21); }
H1.HeaderClassName
{
color: #FF2015;
}
.AnyTagClassName
{
color: #FF2015;
}
</style>
background-color css
<style>
a { background-color: #FF2015; }
a { background-color: rgb(255,32,21); }
div.DivClassName
{
background-color: #FF2015;
}
.BgClassName
{
background-color: #FF2015;
}
</style>
border-color css
<style>
span { border-color: #FF2015; }
span { border-color: rgb(255,32,21); }
td.TdClassName
{
border-color: #FF2015;
}
.TagClassName
{
border-color: #FF2015;
}
</style>