Shades of Scarlet #FD2103
Tints of Scarlet #FD2103
RGB
CMYK
RGB Variations
Color information
#FD2103 (or 0xFD2103) is known color: Scarlet. HEX triplet: FD, 21 and 03. RGB value is (253,33,3). Sum of RGB (Red+Green+Blue) = 253+33+3=289 (38% of max value = 765). Red value is 253 (99.22% from 255 or 87.54% from 289); Green value is 33 (13.28% from 255 or 11.42% from 289); Blue value is 3 (1.56% from 255 or 1.04% from 289); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2103 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2103 is #02DEFC. Grayscale: #5F5F5F. Windows color (decimal): -188157 or 205309. OLE color: 205309.
HSL color Cylindrical-coordinate representation of color #FD2103: hue angle of 7.2º 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 #FD2103 is Cyan = 0, Magento = 0.87, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 33 | 3 | - |
| CMYK | 0 | 0.87 | 0.99 | 0.01 |
| HSL | 7.2º | 0.98% | 0.5% | - |
| HSV(B) | 7.2º | 0.99% | 0.99% | - |
| XYZ | 41.07 | 21.98 | 2.16 | - |
| YUV | 95.36 | 75.89 | 240.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 33 | 3 | 0 | 0.87 | 0.99 | 0.01 | 7.2 | 0.98 | 0.5 |
| Hex | FD | 21 | 3 | 0 | 57 | 63 | 1 | 7 | 62 | 32 |
| Octal | 375 | 41 | 3 | 0 | 127 | 143 | 1 | 7 | 142 | 62 |
| Binary | 11111101 | 100001 | 11 | 0 | 1010111 | 1100011 | 1 | 111 | 1100010 | 110010 |
Color Harmonies of #FD2103
Complementary color
Monochromatic Colors of #FD2103
Black with #FD2103
Text Example
Text Example
White with #FD2103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2103; }
p { color: rgb(253,33,3); }
H1.HeaderClassName
{
color: #FD2103;
}
.AnyTagClassName
{
color: #FD2103;
}
</style>
background-color css
<style>
a { background-color: #FD2103; }
a { background-color: rgb(253,33,3); }
div.DivClassName
{
background-color: #FD2103;
}
.BgClassName
{
background-color: #FD2103;
}
</style>
border-color css
<style>
span { border-color: #FD2103; }
span { border-color: rgb(253,33,3); }
td.TdClassName
{
border-color: #FD2103;
}
.TagClassName
{
border-color: #FD2103;
}
</style>