Shades of Scarlet #FD1705
Tints of Scarlet #FD1705
RGB
CMYK
RGB Variations
Color information
#FD1705 (or 0xFD1705) is known color: Scarlet. HEX triplet: FD, 17 and 05. RGB value is (253,23,5). Sum of RGB (Red+Green+Blue) = 253+23+5=281 (37% of max value = 765). Red value is 253 (99.22% from 255 or 90.04% from 281); Green value is 23 (9.38% from 255 or 8.19% from 281); Blue value is 5 (2.34% from 255 or 1.78% from 281); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1705 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1705 is #02E8FA. Grayscale: #5A5A5A. Windows color (decimal): -190715 or 333821. OLE color: 333821.
HSL color Cylindrical-coordinate representation of color #FD1705: hue angle of 4.35º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FD1705 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 23 | 5 | - |
| CMYK | 0 | 0.91 | 0.98 | 0.01 |
| HSL | 4.35º | 0.98% | 0.51% | - |
| HSV(B) | 4.35º | 0.98% | 0.99% | - |
| XYZ | 40.84 | 21.51 | 2.14 | - |
| YUV | 89.72 | 80.2 | 244.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 23 | 5 | 0 | 0.91 | 0.98 | 0.01 | 4.35 | 0.98 | 0.51 |
| Hex | FD | 17 | 5 | 0 | 5B | 62 | 1 | 4 | 62 | 33 |
| Octal | 375 | 27 | 5 | 0 | 133 | 142 | 1 | 4 | 142 | 63 |
| Binary | 11111101 | 10111 | 101 | 0 | 1011011 | 1100010 | 1 | 100 | 1100010 | 110011 |
Color Harmonies of #FD1705
Complementary color
Monochromatic Colors of #FD1705
Black with #FD1705
Text Example
Text Example
White with #FD1705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1705; }
p { color: rgb(253,23,5); }
H1.HeaderClassName
{
color: #FD1705;
}
.AnyTagClassName
{
color: #FD1705;
}
</style>
background-color css
<style>
a { background-color: #FD1705; }
a { background-color: rgb(253,23,5); }
div.DivClassName
{
background-color: #FD1705;
}
.BgClassName
{
background-color: #FD1705;
}
</style>
border-color css
<style>
span { border-color: #FD1705; }
span { border-color: rgb(253,23,5); }
td.TdClassName
{
border-color: #FD1705;
}
.TagClassName
{
border-color: #FD1705;
}
</style>