Shades of Scarlet #FD211D
Tints of Scarlet #FD211D
RGB
CMYK
RGB Variations
Color information
#FD211D (or 0xFD211D) is known color: Scarlet. HEX triplet: FD, 21 and 1D. RGB value is (253,33,29). Sum of RGB (Red+Green+Blue) = 253+33+29=315 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.32% from 315); Green value is 33 (13.28% from 255 or 10.48% from 315); Blue value is 29 (11.72% from 255 or 9.21% from 315); Max value from RGB is 253 - color contains mainly: red. Hex color #FD211D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD211D is #02DEE2. Grayscale: #626262. Windows color (decimal): -188131 or 1909245. OLE color: 1909245.
HSL color Cylindrical-coordinate representation of color #FD211D: hue angle of 1.07º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FD211D is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 33 | 29 | - |
| CMYK | 0 | 0.87 | 0.89 | 0.01 |
| HSL | 1.07º | 0.98% | 0.55% | - |
| HSV(B) | 1.07º | 0.89% | 0.99% | - |
| XYZ | 41.27 | 22.06 | 3.24 | - |
| YUV | 98.32 | 88.89 | 238.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 33 | 29 | 0 | 0.87 | 0.89 | 0.01 | 1.07 | 0.98 | 0.55 |
| Hex | FD | 21 | 1D | 0 | 57 | 59 | 1 | 1 | 62 | 37 |
| Octal | 375 | 41 | 35 | 0 | 127 | 131 | 1 | 1 | 142 | 67 |
| Binary | 11111101 | 100001 | 11101 | 0 | 1010111 | 1011001 | 1 | 1 | 1100010 | 110111 |
Color Harmonies of #FD211D
Complementary color
Monochromatic Colors of #FD211D
Black with #FD211D
Text Example
Text Example
White with #FD211D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD211D; }
p { color: rgb(253,33,29); }
H1.HeaderClassName
{
color: #FD211D;
}
.AnyTagClassName
{
color: #FD211D;
}
</style>
background-color css
<style>
a { background-color: #FD211D; }
a { background-color: rgb(253,33,29); }
div.DivClassName
{
background-color: #FD211D;
}
.BgClassName
{
background-color: #FD211D;
}
</style>
border-color css
<style>
span { border-color: #FD211D; }
span { border-color: rgb(253,33,29); }
td.TdClassName
{
border-color: #FD211D;
}
.TagClassName
{
border-color: #FD211D;
}
</style>