Shades of Scarlet #FF2B17
Tints of Scarlet #FF2B17
RGB
CMYK
RGB Variations
Color information
#FF2B17 (or 0xFF2B17) is known color: Scarlet. HEX triplet: FF, 2B and 17. RGB value is (255,43,23). Sum of RGB (Red+Green+Blue) = 255+43+23=321 (42% of max value = 765). Red value is 255 (100% from 255 or 79.44% from 321); Green value is 43 (17.19% from 255 or 13.40% from 321); Blue value is 23 (9.38% from 255 or 7.17% from 321); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2B17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2B17 is #00D4E8. Grayscale: #686868. Windows color (decimal): -54505 or 1518591. OLE color: 1518591.
HSL color Cylindrical-coordinate representation of color #FF2B17: hue angle of 5.17º 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 #FF2B17 is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 43 | 23 | - |
| CMYK | 0 | 0.83 | 0.91 | 0 |
| HSL | 5.17º | 1% | 0.55% | - |
| HSV(B) | 5.17º | 0.91% | 1% | - |
| XYZ | 42.26 | 23.05 | 3.03 | - |
| YUV | 104.11 | 82.24 | 235.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 43 | 23 | 0 | 0.83 | 0.91 | 0 | 5.17 | 1 | 0.55 |
| Hex | FF | 2B | 17 | 0 | 53 | 5B | 0 | 5 | 64 | 37 |
| Octal | 377 | 53 | 27 | 0 | 123 | 133 | 0 | 5 | 144 | 67 |
| Binary | 11111111 | 101011 | 10111 | 0 | 1010011 | 1011011 | 0 | 101 | 1100100 | 110111 |
Color Harmonies of #FF2B17
Complementary color
Monochromatic Colors of #FF2B17
Black with #FF2B17
Text Example
Text Example
White with #FF2B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2B17; }
p { color: rgb(255,43,23); }
H1.HeaderClassName
{
color: #FF2B17;
}
.AnyTagClassName
{
color: #FF2B17;
}
</style>
background-color css
<style>
a { background-color: #FF2B17; }
a { background-color: rgb(255,43,23); }
div.DivClassName
{
background-color: #FF2B17;
}
.BgClassName
{
background-color: #FF2B17;
}
</style>
border-color css
<style>
span { border-color: #FF2B17; }
span { border-color: rgb(255,43,23); }
td.TdClassName
{
border-color: #FF2B17;
}
.TagClassName
{
border-color: #FF2B17;
}
</style>