Shades of Scarlet #FF1900
Tints of Scarlet #FF1900
RGB
CMYK
RGB Variations
Color information
#FF1900 (or 0xFF1900) is known color: Scarlet. HEX triplet: FF, 19 and 00. RGB value is (255,25,0). Sum of RGB (Red+Green+Blue) = 255+25+0=280 (37% of max value = 765). Red value is 255 (100% from 255 or 91.07% from 280); Green value is 25 (10.16% from 255 or 8.93% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1900 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1900 is #00E6FF. Grayscale: #5B5B5B. Windows color (decimal): -59136 or 6655. OLE color: 6655.
HSL color Cylindrical-coordinate representation of color #FF1900: hue angle of 5.88º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF1900 is Cyan = 0, Magento = 0.90, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 0 | - |
| CMYK | 0 | 0.90 | 1 | 0 |
| HSL | 5.88º | 1% | 0.5% | - |
| HSV(B) | 5.88º | 1% | 1% | - |
| XYZ | 41.59 | 21.96 | 2.05 | - |
| YUV | 90.92 | 76.7 | 245.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 0 | 0 | 0.90 | 1 | 0 | 5.88 | 1 | 0.5 |
| Hex | FF | 19 | 0 | 0 | 5A | 64 | 0 | 6 | 64 | 32 |
| Octal | 377 | 31 | 0 | 0 | 132 | 144 | 0 | 6 | 144 | 62 |
| Binary | 11111111 | 11001 | 0 | 0 | 1011010 | 1100100 | 0 | 110 | 1100100 | 110010 |
Color Harmonies of #FF1900
Complementary color
Monochromatic Colors of #FF1900
Black with #FF1900
Text Example
Text Example
White with #FF1900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1900; }
p { color: rgb(255,25,0); }
H1.HeaderClassName
{
color: #FF1900;
}
.AnyTagClassName
{
color: #FF1900;
}
</style>
background-color css
<style>
a { background-color: #FF1900; }
a { background-color: rgb(255,25,0); }
div.DivClassName
{
background-color: #FF1900;
}
.BgClassName
{
background-color: #FF1900;
}
</style>
border-color css
<style>
span { border-color: #FF1900; }
span { border-color: rgb(255,25,0); }
td.TdClassName
{
border-color: #FF1900;
}
.TagClassName
{
border-color: #FF1900;
}
</style>