Shades of Scarlet #FD1803
Tints of Scarlet #FD1803
RGB
CMYK
RGB Variations
Color information
#FD1803 (or 0xFD1803) is known color: Scarlet. HEX triplet: FD, 18 and 03. RGB value is (253,24,3). Sum of RGB (Red+Green+Blue) = 253+24+3=280 (37% of max value = 765). Red value is 253 (99.22% from 255 or 90.36% from 280); Green value is 24 (9.77% from 255 or 8.57% from 280); Blue value is 3 (1.56% from 255 or 1.07% from 280); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1803 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1803 is #02E7FC. Grayscale: #5A5A5A. Windows color (decimal): -190461 or 203005. OLE color: 203005.
HSL color Cylindrical-coordinate representation of color #FD1803: hue angle of 5.04º 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 #FD1803 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 24 | 3 | - |
| CMYK | 0 | 0.91 | 0.99 | 0.01 |
| HSL | 5.04º | 0.98% | 0.5% | - |
| HSV(B) | 5.04º | 0.99% | 0.99% | - |
| XYZ | 40.85 | 21.54 | 2.09 | - |
| YUV | 90.08 | 78.87 | 244.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 24 | 3 | 0 | 0.91 | 0.99 | 0.01 | 5.04 | 0.98 | 0.5 |
| Hex | FD | 18 | 3 | 0 | 5B | 63 | 1 | 5 | 62 | 32 |
| Octal | 375 | 30 | 3 | 0 | 133 | 143 | 1 | 5 | 142 | 62 |
| Binary | 11111101 | 11000 | 11 | 0 | 1011011 | 1100011 | 1 | 101 | 1100010 | 110010 |
Color Harmonies of #FD1803
Complementary color
Monochromatic Colors of #FD1803
Black with #FD1803
Text Example
Text Example
White with #FD1803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1803; }
p { color: rgb(253,24,3); }
H1.HeaderClassName
{
color: #FD1803;
}
.AnyTagClassName
{
color: #FD1803;
}
</style>
background-color css
<style>
a { background-color: #FD1803; }
a { background-color: rgb(253,24,3); }
div.DivClassName
{
background-color: #FD1803;
}
.BgClassName
{
background-color: #FD1803;
}
</style>
border-color css
<style>
span { border-color: #FD1803; }
span { border-color: rgb(253,24,3); }
td.TdClassName
{
border-color: #FD1803;
}
.TagClassName
{
border-color: #FD1803;
}
</style>