Shades of Scarlet #FF2619
Tints of Scarlet #FF2619
RGB
CMYK
RGB Variations
Color information
#FF2619 (or 0xFF2619) is known color: Scarlet. HEX triplet: FF, 26 and 19. RGB value is (255,38,25). Sum of RGB (Red+Green+Blue) = 255+38+25=318 (42% of max value = 765). Red value is 255 (100% from 255 or 80.19% from 318); Green value is 38 (15.23% from 255 or 11.95% from 318); Blue value is 25 (10.16% from 255 or 7.86% from 318); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2619 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2619 is #00D9E6. Grayscale: #656565. Windows color (decimal): -55783 or 1648383. OLE color: 1648383.
HSL color Cylindrical-coordinate representation of color #FF2619: hue angle of 3.39º 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 #FF2619 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 38 | 25 | - |
| CMYK | 0 | 0.85 | 0.90 | 0 |
| HSL | 3.39º | 1% | 0.55% | - |
| HSV(B) | 3.39º | 0.9% | 1% | - |
| XYZ | 42.11 | 22.72 | 3.09 | - |
| YUV | 101.4 | 84.89 | 237.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 38 | 25 | 0 | 0.85 | 0.90 | 0 | 3.39 | 1 | 0.55 |
| Hex | FF | 26 | 19 | 0 | 55 | 5A | 0 | 3 | 64 | 37 |
| Octal | 377 | 46 | 31 | 0 | 125 | 132 | 0 | 3 | 144 | 67 |
| Binary | 11111111 | 100110 | 11001 | 0 | 1010101 | 1011010 | 0 | 11 | 1100100 | 110111 |
Color Harmonies of #FF2619
Complementary color
Monochromatic Colors of #FF2619
Black with #FF2619
Text Example
Text Example
White with #FF2619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2619; }
p { color: rgb(255,38,25); }
H1.HeaderClassName
{
color: #FF2619;
}
.AnyTagClassName
{
color: #FF2619;
}
</style>
background-color css
<style>
a { background-color: #FF2619; }
a { background-color: rgb(255,38,25); }
div.DivClassName
{
background-color: #FF2619;
}
.BgClassName
{
background-color: #FF2619;
}
</style>
border-color css
<style>
span { border-color: #FF2619; }
span { border-color: rgb(255,38,25); }
td.TdClassName
{
border-color: #FF2619;
}
.TagClassName
{
border-color: #FF2619;
}
</style>