Shades of Scarlet #FD1707
Tints of Scarlet #FD1707
RGB
CMYK
RGB Variations
Color information
#FD1707 (or 0xFD1707) is known color: Scarlet. HEX triplet: FD, 17 and 07. RGB value is (253,23,7). Sum of RGB (Red+Green+Blue) = 253+23+7=283 (37% of max value = 765). Red value is 253 (99.22% from 255 or 89.40% from 283); Green value is 23 (9.38% from 255 or 8.13% from 283); Blue value is 7 (3.12% from 255 or 2.47% from 283); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1707 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1707 is #02E8F8. Grayscale: #5A5A5A. Windows color (decimal): -190713 or 464893. OLE color: 464893.
HSL color Cylindrical-coordinate representation of color #FD1707: hue angle of 3.9º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FD1707 is Cyan = 0, Magento = 0.91, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 23 | 7 | - |
| CMYK | 0 | 0.91 | 0.97 | 0.01 |
| HSL | 3.9º | 0.98% | 0.51% | - |
| HSV(B) | 3.9º | 0.97% | 0.99% | - |
| XYZ | 40.85 | 21.51 | 2.2 | - |
| YUV | 89.95 | 81.2 | 244.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 23 | 7 | 0 | 0.91 | 0.97 | 0.01 | 3.9 | 0.98 | 0.51 |
| Hex | FD | 17 | 7 | 0 | 5B | 61 | 1 | 4 | 62 | 33 |
| Octal | 375 | 27 | 7 | 0 | 133 | 141 | 1 | 4 | 142 | 63 |
| Binary | 11111101 | 10111 | 111 | 0 | 1011011 | 1100001 | 1 | 100 | 1100010 | 110011 |
Color Harmonies of #FD1707
Complementary color
Monochromatic Colors of #FD1707
Black with #FD1707
Text Example
Text Example
White with #FD1707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1707; }
p { color: rgb(253,23,7); }
H1.HeaderClassName
{
color: #FD1707;
}
.AnyTagClassName
{
color: #FD1707;
}
</style>
background-color css
<style>
a { background-color: #FD1707; }
a { background-color: rgb(253,23,7); }
div.DivClassName
{
background-color: #FD1707;
}
.BgClassName
{
background-color: #FD1707;
}
</style>
border-color css
<style>
span { border-color: #FD1707; }
span { border-color: rgb(253,23,7); }
td.TdClassName
{
border-color: #FD1707;
}
.TagClassName
{
border-color: #FD1707;
}
</style>