Shades of Scarlet #FF211D
Tints of Scarlet #FF211D
RGB
CMYK
RGB Variations
Color information
#FF211D (or 0xFF211D) is known color: Scarlet. HEX triplet: FF, 21 and 1D. RGB value is (255,33,29). Sum of RGB (Red+Green+Blue) = 255+33+29=317 (41% of max value = 765). Red value is 255 (100% from 255 or 80.44% from 317); Green value is 33 (13.28% from 255 or 10.41% from 317); Blue value is 29 (11.72% from 255 or 9.15% from 317); Max value from RGB is 255 - color contains mainly: red. Hex color #FF211D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF211D is #00DEE2. Grayscale: #636363. Windows color (decimal): -57059 or 1909247. OLE color: 1909247.
HSL color Cylindrical-coordinate representation of color #FF211D: hue angle of 1.06º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF211D is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 33 | 29 | - |
| CMYK | 0 | 0.87 | 0.89 | 0 |
| HSL | 1.06º | 1% | 0.56% | - |
| HSV(B) | 1.06º | 0.89% | 1% | - |
| XYZ | 42.01 | 22.44 | 3.28 | - |
| YUV | 98.92 | 88.55 | 239.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 33 | 29 | 0 | 0.87 | 0.89 | 0 | 1.06 | 1 | 0.56 |
| Hex | FF | 21 | 1D | 0 | 57 | 59 | 0 | 1 | 64 | 38 |
| Octal | 377 | 41 | 35 | 0 | 127 | 131 | 0 | 1 | 144 | 70 |
| Binary | 11111111 | 100001 | 11101 | 0 | 1010111 | 1011001 | 0 | 1 | 1100100 | 111000 |
Color Harmonies of #FF211D
Complementary color
Monochromatic Colors of #FF211D
Black with #FF211D
Text Example
Text Example
White with #FF211D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF211D; }
p { color: rgb(255,33,29); }
H1.HeaderClassName
{
color: #FF211D;
}
.AnyTagClassName
{
color: #FF211D;
}
</style>
background-color css
<style>
a { background-color: #FF211D; }
a { background-color: rgb(255,33,29); }
div.DivClassName
{
background-color: #FF211D;
}
.BgClassName
{
background-color: #FF211D;
}
</style>
border-color css
<style>
span { border-color: #FF211D; }
span { border-color: rgb(255,33,29); }
td.TdClassName
{
border-color: #FF211D;
}
.TagClassName
{
border-color: #FF211D;
}
</style>