Shades of Scarlet #FD1403
Tints of Scarlet #FD1403
RGB
CMYK
RGB Variations
Color information
#FD1403 (or 0xFD1403) is known color: Scarlet. HEX triplet: FD, 14 and 03. RGB value is (253,20,3). Sum of RGB (Red+Green+Blue) = 253+20+3=276 (36% of max value = 765). Red value is 253 (99.22% from 255 or 91.67% from 276); Green value is 20 (8.20% from 255 or 7.25% from 276); Blue value is 3 (1.56% from 255 or 1.09% from 276); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1403 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FD1403 is #02EBFC. Grayscale: #585858. Windows color (decimal): -191485 or 201981. OLE color: 201981.
HSL color Cylindrical-coordinate representation of color #FD1403: hue angle of 4.08º 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 #FD1403 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 20 | 3 | - |
| CMYK | 0 | 0.92 | 0.99 | 0.01 |
| HSL | 4.08º | 0.98% | 0.5% | - |
| HSV(B) | 4.08º | 0.99% | 0.99% | - |
| XYZ | 40.77 | 21.39 | 2.07 | - |
| YUV | 87.73 | 80.19 | 245.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 20 | 3 | 0 | 0.92 | 0.99 | 0.01 | 4.08 | 0.98 | 0.5 |
| Hex | FD | 14 | 3 | 0 | 5C | 63 | 1 | 4 | 62 | 32 |
| Octal | 375 | 24 | 3 | 0 | 134 | 143 | 1 | 4 | 142 | 62 |
| Binary | 11111101 | 10100 | 11 | 0 | 1011100 | 1100011 | 1 | 100 | 1100010 | 110010 |
Color Harmonies of #FD1403
Complementary color
Monochromatic Colors of #FD1403
Black with #FD1403
Text Example
Text Example
White with #FD1403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1403; }
p { color: rgb(253,20,3); }
H1.HeaderClassName
{
color: #FD1403;
}
.AnyTagClassName
{
color: #FD1403;
}
</style>
background-color css
<style>
a { background-color: #FD1403; }
a { background-color: rgb(253,20,3); }
div.DivClassName
{
background-color: #FD1403;
}
.BgClassName
{
background-color: #FD1403;
}
</style>
border-color css
<style>
span { border-color: #FD1403; }
span { border-color: rgb(253,20,3); }
td.TdClassName
{
border-color: #FD1403;
}
.TagClassName
{
border-color: #FD1403;
}
</style>