Shades of Scarlet #FF2615
Tints of Scarlet #FF2615
RGB
CMYK
RGB Variations
Color information
#FF2615 (or 0xFF2615) is known color: Scarlet. HEX triplet: FF, 26 and 15. RGB value is (255,38,21). Sum of RGB (Red+Green+Blue) = 255+38+21=314 (41% of max value = 765). Red value is 255 (100% from 255 or 81.21% from 314); Green value is 38 (15.23% from 255 or 12.10% from 314); Blue value is 21 (8.59% from 255 or 6.69% from 314); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2615 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2615 is #00D9EA. Grayscale: #656565. Windows color (decimal): -55787 or 1386239. OLE color: 1386239.
HSL color Cylindrical-coordinate representation of color #FF2615: hue angle of 4.36º 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 #FF2615 is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 38 | 21 | - |
| CMYK | 0 | 0.85 | 0.92 | 0 |
| HSL | 4.36º | 1% | 0.54% | - |
| HSV(B) | 4.36º | 0.92% | 1% | - |
| XYZ | 42.07 | 22.7 | 2.87 | - |
| YUV | 100.95 | 82.89 | 237.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 38 | 21 | 0 | 0.85 | 0.92 | 0 | 4.36 | 1 | 0.54 |
| Hex | FF | 26 | 15 | 0 | 55 | 5C | 0 | 4 | 64 | 36 |
| Octal | 377 | 46 | 25 | 0 | 125 | 134 | 0 | 4 | 144 | 66 |
| Binary | 11111111 | 100110 | 10101 | 0 | 1010101 | 1011100 | 0 | 100 | 1100100 | 110110 |
Color Harmonies of #FF2615
Complementary color
Monochromatic Colors of #FF2615
Black with #FF2615
Text Example
Text Example
White with #FF2615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2615; }
p { color: rgb(255,38,21); }
H1.HeaderClassName
{
color: #FF2615;
}
.AnyTagClassName
{
color: #FF2615;
}
</style>
background-color css
<style>
a { background-color: #FF2615; }
a { background-color: rgb(255,38,21); }
div.DivClassName
{
background-color: #FF2615;
}
.BgClassName
{
background-color: #FF2615;
}
</style>
border-color css
<style>
span { border-color: #FF2615; }
span { border-color: rgb(255,38,21); }
td.TdClassName
{
border-color: #FF2615;
}
.TagClassName
{
border-color: #FF2615;
}
</style>