Shades of Scarlet #FF1306
Tints of Scarlet #FF1306
RGB
CMYK
RGB Variations
Color information
#FF1306 (or 0xFF1306) is known color: Scarlet. HEX triplet: FF, 13 and 06. RGB value is (255,19,6). Sum of RGB (Red+Green+Blue) = 255+19+6=280 (37% of max value = 765). Red value is 255 (100% from 255 or 91.07% from 280); Green value is 19 (7.81% from 255 or 6.79% from 280); Blue value is 6 (2.73% from 255 or 2.14% from 280); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1306 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1306 is #00ECF9. Grayscale: #585858. Windows color (decimal): -60666 or 398335. OLE color: 398335.
HSL color Cylindrical-coordinate representation of color #FF1306: hue angle of 3.13º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF1306 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 19 | 6 | - |
| CMYK | 0 | 0.93 | 0.98 | 0 |
| HSL | 3.13º | 1% | 0.51% | - |
| HSV(B) | 3.13º | 0.98% | 1% | - |
| XYZ | 41.51 | 21.74 | 2.18 | - |
| YUV | 88.08 | 81.69 | 247.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 19 | 6 | 0 | 0.93 | 0.98 | 0 | 3.13 | 1 | 0.51 |
| Hex | FF | 13 | 6 | 0 | 5D | 62 | 0 | 3 | 64 | 33 |
| Octal | 377 | 23 | 6 | 0 | 135 | 142 | 0 | 3 | 144 | 63 |
| Binary | 11111111 | 10011 | 110 | 0 | 1011101 | 1100010 | 0 | 11 | 1100100 | 110011 |
Color Harmonies of #FF1306
Complementary color
Monochromatic Colors of #FF1306
Black with #FF1306
Text Example
Text Example
White with #FF1306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1306; }
p { color: rgb(255,19,6); }
H1.HeaderClassName
{
color: #FF1306;
}
.AnyTagClassName
{
color: #FF1306;
}
</style>
background-color css
<style>
a { background-color: #FF1306; }
a { background-color: rgb(255,19,6); }
div.DivClassName
{
background-color: #FF1306;
}
.BgClassName
{
background-color: #FF1306;
}
</style>
border-color css
<style>
span { border-color: #FF1306; }
span { border-color: rgb(255,19,6); }
td.TdClassName
{
border-color: #FF1306;
}
.TagClassName
{
border-color: #FF1306;
}
</style>