Shades of Scarlet #FF1305
Tints of Scarlet #FF1305
RGB
CMYK
RGB Variations
Color information
#FF1305 (or 0xFF1305) is known color: Scarlet. HEX triplet: FF, 13 and 05. RGB value is (255,19,5). Sum of RGB (Red+Green+Blue) = 255+19+5=279 (36% of max value = 765). Red value is 255 (100% from 255 or 91.40% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 5 (2.34% from 255 or 1.79% from 279); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1305 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1305 is #00ECFA. Grayscale: #585858. Windows color (decimal): -60667 or 332799. OLE color: 332799.
HSL color Cylindrical-coordinate representation of color #FF1305: hue angle of 3.36º 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 #FF1305 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 19 | 5 | - |
| CMYK | 0 | 0.93 | 0.98 | 0 |
| HSL | 3.36º | 1% | 0.51% | - |
| HSV(B) | 3.36º | 0.98% | 1% | - |
| XYZ | 41.5 | 21.74 | 2.15 | - |
| YUV | 87.97 | 81.19 | 247.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 19 | 5 | 0 | 0.93 | 0.98 | 0 | 3.36 | 1 | 0.51 |
| Hex | FF | 13 | 5 | 0 | 5D | 62 | 0 | 3 | 64 | 33 |
| Octal | 377 | 23 | 5 | 0 | 135 | 142 | 0 | 3 | 144 | 63 |
| Binary | 11111111 | 10011 | 101 | 0 | 1011101 | 1100010 | 0 | 11 | 1100100 | 110011 |
Color Harmonies of #FF1305
Complementary color
Monochromatic Colors of #FF1305
Black with #FF1305
Text Example
Text Example
White with #FF1305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1305; }
p { color: rgb(255,19,5); }
H1.HeaderClassName
{
color: #FF1305;
}
.AnyTagClassName
{
color: #FF1305;
}
</style>
background-color css
<style>
a { background-color: #FF1305; }
a { background-color: rgb(255,19,5); }
div.DivClassName
{
background-color: #FF1305;
}
.BgClassName
{
background-color: #FF1305;
}
</style>
border-color css
<style>
span { border-color: #FF1305; }
span { border-color: rgb(255,19,5); }
td.TdClassName
{
border-color: #FF1305;
}
.TagClassName
{
border-color: #FF1305;
}
</style>