Shades of Scarlet #FF2017
Tints of Scarlet #FF2017
RGB
CMYK
RGB Variations
Color information
#FF2017 (or 0xFF2017) is known color: Scarlet. HEX triplet: FF, 20 and 17. RGB value is (255,32,23). Sum of RGB (Red+Green+Blue) = 255+32+23=310 (41% of max value = 765). Red value is 255 (100% from 255 or 82.26% from 310); Green value is 32 (12.89% from 255 or 10.32% from 310); Blue value is 23 (9.38% from 255 or 7.42% from 310); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2017 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2017 is #00DFE8. Grayscale: #616161. Windows color (decimal): -57321 or 1515775. OLE color: 1515775.
HSL color Cylindrical-coordinate representation of color #FF2017: hue angle of 2.33º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF2017 is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 32 | 23 | - |
| CMYK | 0 | 0.87 | 0.91 | 0 |
| HSL | 2.33º | 1% | 0.55% | - |
| HSV(B) | 2.33º | 0.91% | 1% | - |
| XYZ | 41.91 | 22.35 | 2.92 | - |
| YUV | 97.65 | 85.88 | 240.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 32 | 23 | 0 | 0.87 | 0.91 | 0 | 2.33 | 1 | 0.55 |
| Hex | FF | 20 | 17 | 0 | 57 | 5B | 0 | 2 | 64 | 37 |
| Octal | 377 | 40 | 27 | 0 | 127 | 133 | 0 | 2 | 144 | 67 |
| Binary | 11111111 | 100000 | 10111 | 0 | 1010111 | 1011011 | 0 | 10 | 1100100 | 110111 |
Color Harmonies of #FF2017
Complementary color
Monochromatic Colors of #FF2017
Black with #FF2017
Text Example
Text Example
White with #FF2017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2017; }
p { color: rgb(255,32,23); }
H1.HeaderClassName
{
color: #FF2017;
}
.AnyTagClassName
{
color: #FF2017;
}
</style>
background-color css
<style>
a { background-color: #FF2017; }
a { background-color: rgb(255,32,23); }
div.DivClassName
{
background-color: #FF2017;
}
.BgClassName
{
background-color: #FF2017;
}
</style>
border-color css
<style>
span { border-color: #FF2017; }
span { border-color: rgb(255,32,23); }
td.TdClassName
{
border-color: #FF2017;
}
.TagClassName
{
border-color: #FF2017;
}
</style>