Shades of Scarlet #FD1706
Tints of Scarlet #FD1706
RGB
CMYK
RGB Variations
Color information
#FD1706 (or 0xFD1706) is known color: Scarlet. HEX triplet: FD, 17 and 06. RGB value is (253,23,6). Sum of RGB (Red+Green+Blue) = 253+23+6=282 (37% of max value = 765). Red value is 253 (99.22% from 255 or 89.72% from 282); Green value is 23 (9.38% from 255 or 8.16% from 282); Blue value is 6 (2.73% from 255 or 2.13% from 282); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1706 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1706 is #02E8F9. Grayscale: #5A5A5A. Windows color (decimal): -190714 or 399357. OLE color: 399357.
HSL color Cylindrical-coordinate representation of color #FD1706: hue angle of 4.13º 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 #FD1706 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 23 | 6 | - |
| CMYK | 0 | 0.91 | 0.98 | 0.01 |
| HSL | 4.13º | 0.98% | 0.51% | - |
| HSV(B) | 4.13º | 0.98% | 0.99% | - |
| XYZ | 40.85 | 21.51 | 2.17 | - |
| YUV | 89.83 | 80.7 | 244.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 23 | 6 | 0 | 0.91 | 0.98 | 0.01 | 4.13 | 0.98 | 0.51 |
| Hex | FD | 17 | 6 | 0 | 5B | 62 | 1 | 4 | 62 | 33 |
| Octal | 375 | 27 | 6 | 0 | 133 | 142 | 1 | 4 | 142 | 63 |
| Binary | 11111101 | 10111 | 110 | 0 | 1011011 | 1100010 | 1 | 100 | 1100010 | 110011 |
Color Harmonies of #FD1706
Complementary color
Monochromatic Colors of #FD1706
Black with #FD1706
Text Example
Text Example
White with #FD1706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1706; }
p { color: rgb(253,23,6); }
H1.HeaderClassName
{
color: #FD1706;
}
.AnyTagClassName
{
color: #FD1706;
}
</style>
background-color css
<style>
a { background-color: #FD1706; }
a { background-color: rgb(253,23,6); }
div.DivClassName
{
background-color: #FD1706;
}
.BgClassName
{
background-color: #FD1706;
}
</style>
border-color css
<style>
span { border-color: #FD1706; }
span { border-color: rgb(253,23,6); }
td.TdClassName
{
border-color: #FD1706;
}
.TagClassName
{
border-color: #FD1706;
}
</style>