Shades of Scarlet #FF2117
Tints of Scarlet #FF2117
RGB
CMYK
RGB Variations
Color information
#FF2117 (or 0xFF2117) is known color: Scarlet. HEX triplet: FF, 21 and 17. RGB value is (255,33,23). Sum of RGB (Red+Green+Blue) = 255+33+23=311 (41% of max value = 765). Red value is 255 (100% from 255 or 81.99% from 311); Green value is 33 (13.28% from 255 or 10.61% from 311); Blue value is 23 (9.38% from 255 or 7.40% from 311); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2117 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2117 is #00DEE8. Grayscale: #626262. Windows color (decimal): -57065 or 1516031. OLE color: 1516031.
HSL color Cylindrical-coordinate representation of color #FF2117: hue angle of 2.59º 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 #FF2117 is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 33 | 23 | - |
| CMYK | 0 | 0.87 | 0.91 | 0 |
| HSL | 2.59º | 1% | 0.55% | - |
| HSV(B) | 2.59º | 0.91% | 1% | - |
| XYZ | 41.94 | 22.41 | 2.93 | - |
| YUV | 98.24 | 85.55 | 239.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 33 | 23 | 0 | 0.87 | 0.91 | 0 | 2.59 | 1 | 0.55 |
| Hex | FF | 21 | 17 | 0 | 57 | 5B | 0 | 3 | 64 | 37 |
| Octal | 377 | 41 | 27 | 0 | 127 | 133 | 0 | 3 | 144 | 67 |
| Binary | 11111111 | 100001 | 10111 | 0 | 1010111 | 1011011 | 0 | 11 | 1100100 | 110111 |
Color Harmonies of #FF2117
Complementary color
Monochromatic Colors of #FF2117
Black with #FF2117
Text Example
Text Example
White with #FF2117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2117; }
p { color: rgb(255,33,23); }
H1.HeaderClassName
{
color: #FF2117;
}
.AnyTagClassName
{
color: #FF2117;
}
</style>
background-color css
<style>
a { background-color: #FF2117; }
a { background-color: rgb(255,33,23); }
div.DivClassName
{
background-color: #FF2117;
}
.BgClassName
{
background-color: #FF2117;
}
</style>
border-color css
<style>
span { border-color: #FF2117; }
span { border-color: rgb(255,33,23); }
td.TdClassName
{
border-color: #FF2117;
}
.TagClassName
{
border-color: #FF2117;
}
</style>