Shades of Scarlet #FF1D19
Tints of Scarlet #FF1D19
RGB
CMYK
RGB Variations
Color information
#FF1D19 (or 0xFF1D19) is known color: Scarlet. HEX triplet: FF, 1D and 19. RGB value is (255,29,25). Sum of RGB (Red+Green+Blue) = 255+29+25=309 (40% of max value = 765). Red value is 255 (100% from 255 or 82.52% from 309); Green value is 29 (11.72% from 255 or 9.39% from 309); Blue value is 25 (10.16% from 255 or 8.09% from 309); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1D19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF1D19 is #00E2E6. Grayscale: #606060. Windows color (decimal): -58087 or 1646079. OLE color: 1646079.
HSL color Cylindrical-coordinate representation of color #FF1D19: hue angle of 1.04º 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 #FF1D19 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 29 | 25 | - |
| CMYK | 0 | 0.89 | 0.90 | 0 |
| HSL | 1.04º | 1% | 0.55% | - |
| HSV(B) | 1.04º | 0.9% | 1% | - |
| XYZ | 41.85 | 22.21 | 3 | - |
| YUV | 96.12 | 87.87 | 241.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 29 | 25 | 0 | 0.89 | 0.90 | 0 | 1.04 | 1 | 0.55 |
| Hex | FF | 1D | 19 | 0 | 59 | 5A | 0 | 1 | 64 | 37 |
| Octal | 377 | 35 | 31 | 0 | 131 | 132 | 0 | 1 | 144 | 67 |
| Binary | 11111111 | 11101 | 11001 | 0 | 1011001 | 1011010 | 0 | 1 | 1100100 | 110111 |
Color Harmonies of #FF1D19
Complementary color
Monochromatic Colors of #FF1D19
Black with #FF1D19
Text Example
Text Example
White with #FF1D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1D19; }
p { color: rgb(255,29,25); }
H1.HeaderClassName
{
color: #FF1D19;
}
.AnyTagClassName
{
color: #FF1D19;
}
</style>
background-color css
<style>
a { background-color: #FF1D19; }
a { background-color: rgb(255,29,25); }
div.DivClassName
{
background-color: #FF1D19;
}
.BgClassName
{
background-color: #FF1D19;
}
</style>
border-color css
<style>
span { border-color: #FF1D19; }
span { border-color: rgb(255,29,25); }
td.TdClassName
{
border-color: #FF1D19;
}
.TagClassName
{
border-color: #FF1D19;
}
</style>