Shades of Scarlet #FF1309
Tints of Scarlet #FF1309
RGB
CMYK
RGB Variations
Color information
#FF1309 (or 0xFF1309) is known color: Scarlet. HEX triplet: FF, 13 and 09. RGB value is (255,19,9). Sum of RGB (Red+Green+Blue) = 255+19+9=283 (37% of max value = 765). Red value is 255 (100% from 255 or 90.11% from 283); Green value is 19 (7.81% from 255 or 6.71% from 283); Blue value is 9 (3.91% from 255 or 3.18% from 283); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1309 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1309 is #00ECF6. Grayscale: #585858. Windows color (decimal): -60663 or 594943. OLE color: 594943.
HSL color Cylindrical-coordinate representation of color #FF1309: hue angle of 2.44º 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 #FF1309 is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 19 | 9 | - |
| CMYK | 0 | 0.93 | 0.96 | 0 |
| HSL | 2.44º | 1% | 0.52% | - |
| HSV(B) | 2.44º | 0.96% | 1% | - |
| XYZ | 41.52 | 21.75 | 2.27 | - |
| YUV | 88.42 | 83.19 | 246.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 19 | 9 | 0 | 0.93 | 0.96 | 0 | 2.44 | 1 | 0.52 |
| Hex | FF | 13 | 9 | 0 | 5D | 60 | 0 | 2 | 64 | 34 |
| Octal | 377 | 23 | 11 | 0 | 135 | 140 | 0 | 2 | 144 | 64 |
| Binary | 11111111 | 10011 | 1001 | 0 | 1011101 | 1100000 | 0 | 10 | 1100100 | 110100 |
Color Harmonies of #FF1309
Complementary color
Monochromatic Colors of #FF1309
Black with #FF1309
Text Example
Text Example
White with #FF1309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1309; }
p { color: rgb(255,19,9); }
H1.HeaderClassName
{
color: #FF1309;
}
.AnyTagClassName
{
color: #FF1309;
}
</style>
background-color css
<style>
a { background-color: #FF1309; }
a { background-color: rgb(255,19,9); }
div.DivClassName
{
background-color: #FF1309;
}
.BgClassName
{
background-color: #FF1309;
}
</style>
border-color css
<style>
span { border-color: #FF1309; }
span { border-color: rgb(255,19,9); }
td.TdClassName
{
border-color: #FF1309;
}
.TagClassName
{
border-color: #FF1309;
}
</style>