Shades of Scarlet #FD2109
Tints of Scarlet #FD2109
RGB
CMYK
RGB Variations
Color information
#FD2109 (or 0xFD2109) is known color: Scarlet. HEX triplet: FD, 21 and 09. RGB value is (253,33,9). Sum of RGB (Red+Green+Blue) = 253+33+9=295 (39% of max value = 765). Red value is 253 (99.22% from 255 or 85.76% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 9 (3.91% from 255 or 3.05% from 295); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2109 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FD2109 is #02DEF6. Grayscale: #606060. Windows color (decimal): -188151 or 598525. OLE color: 598525.
HSL color Cylindrical-coordinate representation of color #FD2109: hue angle of 5.9º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FD2109 is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 33 | 9 | - |
| CMYK | 0 | 0.87 | 0.96 | 0.01 |
| HSL | 5.9º | 0.98% | 0.51% | - |
| HSV(B) | 5.9º | 0.96% | 0.99% | - |
| XYZ | 41.1 | 21.99 | 2.34 | - |
| YUV | 96.04 | 78.89 | 239.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 33 | 9 | 0 | 0.87 | 0.96 | 0.01 | 5.9 | 0.98 | 0.51 |
| Hex | FD | 21 | 9 | 0 | 57 | 60 | 1 | 6 | 62 | 33 |
| Octal | 375 | 41 | 11 | 0 | 127 | 140 | 1 | 6 | 142 | 63 |
| Binary | 11111101 | 100001 | 1001 | 0 | 1010111 | 1100000 | 1 | 110 | 1100010 | 110011 |
Color Harmonies of #FD2109
Complementary color
Monochromatic Colors of #FD2109
Black with #FD2109
Text Example
Text Example
White with #FD2109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2109; }
p { color: rgb(253,33,9); }
H1.HeaderClassName
{
color: #FD2109;
}
.AnyTagClassName
{
color: #FD2109;
}
</style>
background-color css
<style>
a { background-color: #FD2109; }
a { background-color: rgb(253,33,9); }
div.DivClassName
{
background-color: #FD2109;
}
.BgClassName
{
background-color: #FD2109;
}
</style>
border-color css
<style>
span { border-color: #FD2109; }
span { border-color: rgb(253,33,9); }
td.TdClassName
{
border-color: #FD2109;
}
.TagClassName
{
border-color: #FD2109;
}
</style>