Shades of Scarlet #FD2003
Tints of Scarlet #FD2003
RGB
CMYK
RGB Variations
Color information
#FD2003 (or 0xFD2003) is known color: Scarlet. HEX triplet: FD, 20 and 03. RGB value is (253,32,3). Sum of RGB (Red+Green+Blue) = 253+32+3=288 (38% of max value = 765). Red value is 253 (99.22% from 255 or 87.85% from 288); Green value is 32 (12.89% from 255 or 11.11% from 288); Blue value is 3 (1.56% from 255 or 1.04% from 288); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2003 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2003 is #02DFFC. Grayscale: #5F5F5F. Windows color (decimal): -188413 or 205053. OLE color: 205053.
HSL color Cylindrical-coordinate representation of color #FD2003: hue angle of 6.96º 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 #FD2003 is Cyan = 0, Magento = 0.87, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 32 | 3 | - |
| CMYK | 0 | 0.87 | 0.99 | 0.01 |
| HSL | 6.96º | 0.98% | 0.5% | - |
| HSV(B) | 6.96º | 0.99% | 0.99% | - |
| XYZ | 41.04 | 21.92 | 2.15 | - |
| YUV | 94.77 | 76.22 | 240.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 32 | 3 | 0 | 0.87 | 0.99 | 0.01 | 6.96 | 0.98 | 0.5 |
| Hex | FD | 20 | 3 | 0 | 57 | 63 | 1 | 7 | 62 | 32 |
| Octal | 375 | 40 | 3 | 0 | 127 | 143 | 1 | 7 | 142 | 62 |
| Binary | 11111101 | 100000 | 11 | 0 | 1010111 | 1100011 | 1 | 111 | 1100010 | 110010 |
Color Harmonies of #FD2003
Complementary color
Monochromatic Colors of #FD2003
Black with #FD2003
Text Example
Text Example
White with #FD2003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2003; }
p { color: rgb(253,32,3); }
H1.HeaderClassName
{
color: #FD2003;
}
.AnyTagClassName
{
color: #FD2003;
}
</style>
background-color css
<style>
a { background-color: #FD2003; }
a { background-color: rgb(253,32,3); }
div.DivClassName
{
background-color: #FD2003;
}
.BgClassName
{
background-color: #FD2003;
}
</style>
border-color css
<style>
span { border-color: #FD2003; }
span { border-color: rgb(253,32,3); }
td.TdClassName
{
border-color: #FD2003;
}
.TagClassName
{
border-color: #FD2003;
}
</style>