Shades of Scarlet #FF2819
Tints of Scarlet #FF2819
RGB
CMYK
RGB Variations
Color information
#FF2819 (or 0xFF2819) is known color: Scarlet. HEX triplet: FF, 28 and 19. RGB value is (255,40,25). Sum of RGB (Red+Green+Blue) = 255+40+25=320 (42% of max value = 765). Red value is 255 (100% from 255 or 79.69% from 320); Green value is 40 (16.02% from 255 or 12.5% from 320); Blue value is 25 (10.16% from 255 or 7.81% from 320); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2819 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2819 is #00D7E6. Grayscale: #666666. Windows color (decimal): -55271 or 1648895. OLE color: 1648895.
HSL color Cylindrical-coordinate representation of color #FF2819: hue angle of 3.91º 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 #FF2819 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 40 | 25 | - |
| CMYK | 0 | 0.84 | 0.90 | 0 |
| HSL | 3.91º | 1% | 0.55% | - |
| HSV(B) | 3.91º | 0.9% | 1% | - |
| XYZ | 42.17 | 22.85 | 3.11 | - |
| YUV | 102.58 | 84.23 | 236.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 40 | 25 | 0 | 0.84 | 0.90 | 0 | 3.91 | 1 | 0.55 |
| Hex | FF | 28 | 19 | 0 | 54 | 5A | 0 | 4 | 64 | 37 |
| Octal | 377 | 50 | 31 | 0 | 124 | 132 | 0 | 4 | 144 | 67 |
| Binary | 11111111 | 101000 | 11001 | 0 | 1010100 | 1011010 | 0 | 100 | 1100100 | 110111 |
Color Harmonies of #FF2819
Complementary color
Monochromatic Colors of #FF2819
Black with #FF2819
Text Example
Text Example
White with #FF2819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2819; }
p { color: rgb(255,40,25); }
H1.HeaderClassName
{
color: #FF2819;
}
.AnyTagClassName
{
color: #FF2819;
}
</style>
background-color css
<style>
a { background-color: #FF2819; }
a { background-color: rgb(255,40,25); }
div.DivClassName
{
background-color: #FF2819;
}
.BgClassName
{
background-color: #FF2819;
}
</style>
border-color css
<style>
span { border-color: #FF2819; }
span { border-color: rgb(255,40,25); }
td.TdClassName
{
border-color: #FF2819;
}
.TagClassName
{
border-color: #FF2819;
}
</style>