Shades of Scarlet #FD1703
Tints of Scarlet #FD1703
RGB
CMYK
RGB Variations
Color information
#FD1703 (or 0xFD1703) is known color: Scarlet. HEX triplet: FD, 17 and 03. RGB value is (253,23,3). Sum of RGB (Red+Green+Blue) = 253+23+3=279 (36% of max value = 765). Red value is 253 (99.22% from 255 or 90.68% from 279); Green value is 23 (9.38% from 255 or 8.24% from 279); Blue value is 3 (1.56% from 255 or 1.08% from 279); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1703 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1703 is #02E8FC. Grayscale: #595959. Windows color (decimal): -190717 or 202749. OLE color: 202749.
HSL color Cylindrical-coordinate representation of color #FD1703: hue angle of 4.8º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FD1703 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 23 | 3 | - |
| CMYK | 0 | 0.91 | 0.99 | 0.01 |
| HSL | 4.8º | 0.98% | 0.5% | - |
| HSV(B) | 4.8º | 0.99% | 0.99% | - |
| XYZ | 40.83 | 21.5 | 2.08 | - |
| YUV | 89.49 | 79.2 | 244.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 23 | 3 | 0 | 0.91 | 0.99 | 0.01 | 4.8 | 0.98 | 0.5 |
| Hex | FD | 17 | 3 | 0 | 5B | 63 | 1 | 5 | 62 | 32 |
| Octal | 375 | 27 | 3 | 0 | 133 | 143 | 1 | 5 | 142 | 62 |
| Binary | 11111101 | 10111 | 11 | 0 | 1011011 | 1100011 | 1 | 101 | 1100010 | 110010 |
Color Harmonies of #FD1703
Complementary color
Monochromatic Colors of #FD1703
Black with #FD1703
Text Example
Text Example
White with #FD1703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1703; }
p { color: rgb(253,23,3); }
H1.HeaderClassName
{
color: #FD1703;
}
.AnyTagClassName
{
color: #FD1703;
}
</style>
background-color css
<style>
a { background-color: #FD1703; }
a { background-color: rgb(253,23,3); }
div.DivClassName
{
background-color: #FD1703;
}
.BgClassName
{
background-color: #FD1703;
}
</style>
border-color css
<style>
span { border-color: #FD1703; }
span { border-color: rgb(253,23,3); }
td.TdClassName
{
border-color: #FD1703;
}
.TagClassName
{
border-color: #FD1703;
}
</style>