Shades of Scarlet #FF1705
Tints of Scarlet #FF1705
RGB
CMYK
RGB Variations
Color information
#FF1705 (or 0xFF1705) is known color: Scarlet. HEX triplet: FF, 17 and 05. RGB value is (255,23,5). Sum of RGB (Red+Green+Blue) = 255+23+5=283 (37% of max value = 765). Red value is 255 (100% from 255 or 90.11% from 283); Green value is 23 (9.38% from 255 or 8.13% from 283); Blue value is 5 (2.34% from 255 or 1.77% from 283); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1705 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1705 is #00E8FA. Grayscale: #5A5A5A. Windows color (decimal): -59643 or 333823. OLE color: 333823.
HSL color Cylindrical-coordinate representation of color #FF1705: hue angle of 4.32º 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 #FF1705 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 23 | 5 | - |
| CMYK | 0 | 0.91 | 0.98 | 0 |
| HSL | 4.32º | 1% | 0.51% | - |
| HSV(B) | 4.32º | 0.98% | 1% | - |
| XYZ | 41.57 | 21.88 | 2.18 | - |
| YUV | 90.32 | 79.86 | 245.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 23 | 5 | 0 | 0.91 | 0.98 | 0 | 4.32 | 1 | 0.51 |
| Hex | FF | 17 | 5 | 0 | 5B | 62 | 0 | 4 | 64 | 33 |
| Octal | 377 | 27 | 5 | 0 | 133 | 142 | 0 | 4 | 144 | 63 |
| Binary | 11111111 | 10111 | 101 | 0 | 1011011 | 1100010 | 0 | 100 | 1100100 | 110011 |
Color Harmonies of #FF1705
Complementary color
Monochromatic Colors of #FF1705
Black with #FF1705
Text Example
Text Example
White with #FF1705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1705; }
p { color: rgb(255,23,5); }
H1.HeaderClassName
{
color: #FF1705;
}
.AnyTagClassName
{
color: #FF1705;
}
</style>
background-color css
<style>
a { background-color: #FF1705; }
a { background-color: rgb(255,23,5); }
div.DivClassName
{
background-color: #FF1705;
}
.BgClassName
{
background-color: #FF1705;
}
</style>
border-color css
<style>
span { border-color: #FF1705; }
span { border-color: rgb(255,23,5); }
td.TdClassName
{
border-color: #FF1705;
}
.TagClassName
{
border-color: #FF1705;
}
</style>