Shades of Scarlet #FF1509
Tints of Scarlet #FF1509
RGB
CMYK
RGB Variations
Color information
#FF1509 (or 0xFF1509) is known color: Scarlet. HEX triplet: FF, 15 and 09. RGB value is (255,21,9). Sum of RGB (Red+Green+Blue) = 255+21+9=285 (37% of max value = 765). Red value is 255 (100% from 255 or 89.47% from 285); Green value is 21 (8.59% from 255 or 7.37% from 285); Blue value is 9 (3.91% from 255 or 3.16% from 285); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1509 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1509 is #00EAF6. Grayscale: #595959. Windows color (decimal): -60151 or 595455. OLE color: 595455.
HSL color Cylindrical-coordinate representation of color #FF1509: hue angle of 2.93º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF1509 is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 9 | - |
| CMYK | 0 | 0.92 | 0.96 | 0 |
| HSL | 2.93º | 1% | 0.52% | - |
| HSV(B) | 2.93º | 0.96% | 1% | - |
| XYZ | 41.56 | 21.82 | 2.28 | - |
| YUV | 89.6 | 82.52 | 245.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 9 | 0 | 0.92 | 0.96 | 0 | 2.93 | 1 | 0.52 |
| Hex | FF | 15 | 9 | 0 | 5C | 60 | 0 | 3 | 64 | 34 |
| Octal | 377 | 25 | 11 | 0 | 134 | 140 | 0 | 3 | 144 | 64 |
| Binary | 11111111 | 10101 | 1001 | 0 | 1011100 | 1100000 | 0 | 11 | 1100100 | 110100 |
Color Harmonies of #FF1509
Complementary color
Monochromatic Colors of #FF1509
Black with #FF1509
Text Example
Text Example
White with #FF1509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1509; }
p { color: rgb(255,21,9); }
H1.HeaderClassName
{
color: #FF1509;
}
.AnyTagClassName
{
color: #FF1509;
}
</style>
background-color css
<style>
a { background-color: #FF1509; }
a { background-color: rgb(255,21,9); }
div.DivClassName
{
background-color: #FF1509;
}
.BgClassName
{
background-color: #FF1509;
}
</style>
border-color css
<style>
span { border-color: #FF1509; }
span { border-color: rgb(255,21,9); }
td.TdClassName
{
border-color: #FF1509;
}
.TagClassName
{
border-color: #FF1509;
}
</style>