Shades of Scarlet #FD211C
Tints of Scarlet #FD211C
RGB
CMYK
RGB Variations
Color information
#FD211C (or 0xFD211C) is known color: Scarlet. HEX triplet: FD, 21 and 1C. RGB value is (253,33,28). Sum of RGB (Red+Green+Blue) = 253+33+28=314 (41% of max value = 765). Red value is 253 (99.22% from 255 or 80.57% from 314); Green value is 33 (13.28% from 255 or 10.51% from 314); Blue value is 28 (11.33% from 255 or 8.92% from 314); Max value from RGB is 253 - color contains mainly: red. Hex color #FD211C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD211C is #02DEE3. Grayscale: #626262. Windows color (decimal): -188132 or 1843709. OLE color: 1843709.
HSL color Cylindrical-coordinate representation of color #FD211C: hue angle of 1.33º 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 #FD211C is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 33 | 28 | - |
| CMYK | 0 | 0.87 | 0.89 | 0.01 |
| HSL | 1.33º | 0.98% | 0.55% | - |
| HSV(B) | 1.33º | 0.89% | 0.99% | - |
| XYZ | 41.26 | 22.05 | 3.18 | - |
| YUV | 98.21 | 88.39 | 238.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 33 | 28 | 0 | 0.87 | 0.89 | 0.01 | 1.33 | 0.98 | 0.55 |
| Hex | FD | 21 | 1C | 0 | 57 | 59 | 1 | 1 | 62 | 37 |
| Octal | 375 | 41 | 34 | 0 | 127 | 131 | 1 | 1 | 142 | 67 |
| Binary | 11111101 | 100001 | 11100 | 0 | 1010111 | 1011001 | 1 | 1 | 1100010 | 110111 |
Color Harmonies of #FD211C
Complementary color
Monochromatic Colors of #FD211C
Black with #FD211C
Text Example
Text Example
White with #FD211C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD211C; }
p { color: rgb(253,33,28); }
H1.HeaderClassName
{
color: #FD211C;
}
.AnyTagClassName
{
color: #FD211C;
}
</style>
background-color css
<style>
a { background-color: #FD211C; }
a { background-color: rgb(253,33,28); }
div.DivClassName
{
background-color: #FD211C;
}
.BgClassName
{
background-color: #FD211C;
}
</style>
border-color css
<style>
span { border-color: #FD211C; }
span { border-color: rgb(253,33,28); }
td.TdClassName
{
border-color: #FD211C;
}
.TagClassName
{
border-color: #FD211C;
}
</style>