Shades of Scarlet #FF2519
Tints of Scarlet #FF2519
RGB
CMYK
RGB Variations
Color information
#FF2519 (or 0xFF2519) is known color: Scarlet. HEX triplet: FF, 25 and 19. RGB value is (255,37,25). Sum of RGB (Red+Green+Blue) = 255+37+25=317 (41% of max value = 765). Red value is 255 (100% from 255 or 80.44% from 317); Green value is 37 (14.84% from 255 or 11.67% from 317); Blue value is 25 (10.16% from 255 or 7.89% from 317); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2519 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2519 is #00DAE6. Grayscale: #656565. Windows color (decimal): -56039 or 1648127. OLE color: 1648127.
HSL color Cylindrical-coordinate representation of color #FF2519: hue angle of 3.13º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF2519 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 37 | 25 | - |
| CMYK | 0 | 0.85 | 0.90 | 0 |
| HSL | 3.13º | 1% | 0.55% | - |
| HSV(B) | 3.13º | 0.9% | 1% | - |
| XYZ | 42.08 | 22.65 | 3.07 | - |
| YUV | 100.81 | 85.22 | 237.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 37 | 25 | 0 | 0.85 | 0.90 | 0 | 3.13 | 1 | 0.55 |
| Hex | FF | 25 | 19 | 0 | 55 | 5A | 0 | 3 | 64 | 37 |
| Octal | 377 | 45 | 31 | 0 | 125 | 132 | 0 | 3 | 144 | 67 |
| Binary | 11111111 | 100101 | 11001 | 0 | 1010101 | 1011010 | 0 | 11 | 1100100 | 110111 |
Color Harmonies of #FF2519
Complementary color
Monochromatic Colors of #FF2519
Black with #FF2519
Text Example
Text Example
White with #FF2519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2519; }
p { color: rgb(255,37,25); }
H1.HeaderClassName
{
color: #FF2519;
}
.AnyTagClassName
{
color: #FF2519;
}
</style>
background-color css
<style>
a { background-color: #FF2519; }
a { background-color: rgb(255,37,25); }
div.DivClassName
{
background-color: #FF2519;
}
.BgClassName
{
background-color: #FF2519;
}
</style>
border-color css
<style>
span { border-color: #FF2519; }
span { border-color: rgb(255,37,25); }
td.TdClassName
{
border-color: #FF2519;
}
.TagClassName
{
border-color: #FF2519;
}
</style>