Shades of Scarlet #FF1908
Tints of Scarlet #FF1908
RGB
CMYK
RGB Variations
Color information
#FF1908 (or 0xFF1908) is known color: Scarlet. HEX triplet: FF, 19 and 08. RGB value is (255,25,8). Sum of RGB (Red+Green+Blue) = 255+25+8=288 (38% of max value = 765). Red value is 255 (100% from 255 or 88.54% from 288); Green value is 25 (10.16% from 255 or 8.68% from 288); Blue value is 8 (3.52% from 255 or 2.78% from 288); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1908 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1908 is #00E6F7. Grayscale: #5C5C5C. Windows color (decimal): -59128 or 530943. OLE color: 530943.
HSL color Cylindrical-coordinate representation of color #FF1908: hue angle of 4.13º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF1908 is Cyan = 0, Magento = 0.90, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 8 | - |
| CMYK | 0 | 0.90 | 0.97 | 0 |
| HSL | 4.13º | 1% | 0.52% | - |
| HSV(B) | 4.13º | 0.97% | 1% | - |
| XYZ | 41.63 | 21.97 | 2.28 | - |
| YUV | 91.83 | 80.7 | 244.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 8 | 0 | 0.90 | 0.97 | 0 | 4.13 | 1 | 0.52 |
| Hex | FF | 19 | 8 | 0 | 5A | 61 | 0 | 4 | 64 | 34 |
| Octal | 377 | 31 | 10 | 0 | 132 | 141 | 0 | 4 | 144 | 64 |
| Binary | 11111111 | 11001 | 1000 | 0 | 1011010 | 1100001 | 0 | 100 | 1100100 | 110100 |
Color Harmonies of #FF1908
Complementary color
Monochromatic Colors of #FF1908
Black with #FF1908
Text Example
Text Example
White with #FF1908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1908; }
p { color: rgb(255,25,8); }
H1.HeaderClassName
{
color: #FF1908;
}
.AnyTagClassName
{
color: #FF1908;
}
</style>
background-color css
<style>
a { background-color: #FF1908; }
a { background-color: rgb(255,25,8); }
div.DivClassName
{
background-color: #FF1908;
}
.BgClassName
{
background-color: #FF1908;
}
</style>
border-color css
<style>
span { border-color: #FF1908; }
span { border-color: rgb(255,25,8); }
td.TdClassName
{
border-color: #FF1908;
}
.TagClassName
{
border-color: #FF1908;
}
</style>