Shades of Scarlet #FF2B15
Tints of Scarlet #FF2B15
RGB
CMYK
RGB Variations
Color information
#FF2B15 (or 0xFF2B15) is known color: Scarlet. HEX triplet: FF, 2B and 15. RGB value is (255,43,21). Sum of RGB (Red+Green+Blue) = 255+43+21=319 (42% of max value = 765). Red value is 255 (100% from 255 or 79.94% from 319); Green value is 43 (17.19% from 255 or 13.48% from 319); Blue value is 21 (8.59% from 255 or 6.58% from 319); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2B15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2B15 is #00D4EA. Grayscale: #686868. Windows color (decimal): -54507 or 1387519. OLE color: 1387519.
HSL color Cylindrical-coordinate representation of color #FF2B15: hue angle of 5.64º 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 #FF2B15 is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 43 | 21 | - |
| CMYK | 0 | 0.83 | 0.92 | 0 |
| HSL | 5.64º | 1% | 0.54% | - |
| HSV(B) | 5.64º | 0.92% | 1% | - |
| XYZ | 42.24 | 23.04 | 2.93 | - |
| YUV | 103.88 | 81.24 | 235.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 43 | 21 | 0 | 0.83 | 0.92 | 0 | 5.64 | 1 | 0.54 |
| Hex | FF | 2B | 15 | 0 | 53 | 5C | 0 | 6 | 64 | 36 |
| Octal | 377 | 53 | 25 | 0 | 123 | 134 | 0 | 6 | 144 | 66 |
| Binary | 11111111 | 101011 | 10101 | 0 | 1010011 | 1011100 | 0 | 110 | 1100100 | 110110 |
Color Harmonies of #FF2B15
Complementary color
Monochromatic Colors of #FF2B15
Black with #FF2B15
Text Example
Text Example
White with #FF2B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2B15; }
p { color: rgb(255,43,21); }
H1.HeaderClassName
{
color: #FF2B15;
}
.AnyTagClassName
{
color: #FF2B15;
}
</style>
background-color css
<style>
a { background-color: #FF2B15; }
a { background-color: rgb(255,43,21); }
div.DivClassName
{
background-color: #FF2B15;
}
.BgClassName
{
background-color: #FF2B15;
}
</style>
border-color css
<style>
span { border-color: #FF2B15; }
span { border-color: rgb(255,43,21); }
td.TdClassName
{
border-color: #FF2B15;
}
.TagClassName
{
border-color: #FF2B15;
}
</style>