Shades of Scarlet #FF211E
Tints of Scarlet #FF211E
RGB
CMYK
RGB Variations
Color information
#FF211E (or 0xFF211E) is known color: Scarlet. HEX triplet: FF, 21 and 1E. RGB value is (255,33,30). Sum of RGB (Red+Green+Blue) = 255+33+30=318 (42% of max value = 765). Red value is 255 (100% from 255 or 80.19% from 318); Green value is 33 (13.28% from 255 or 10.38% from 318); Blue value is 30 (12.11% from 255 or 9.43% from 318); Max value from RGB is 255 - color contains mainly: red. Hex color #FF211E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF211E is #00DEE1. Grayscale: #636363. Windows color (decimal): -57058 or 1974783. OLE color: 1974783.
HSL color Cylindrical-coordinate representation of color #FF211E: hue angle of 0.8º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF211E is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 33 | 30 | - |
| CMYK | 0 | 0.87 | 0.88 | 0 |
| HSL | 0.8º | 1% | 0.56% | - |
| HSV(B) | 0.8º | 0.88% | 1% | - |
| XYZ | 42.02 | 22.44 | 3.35 | - |
| YUV | 99.04 | 89.05 | 239.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 33 | 30 | 0 | 0.87 | 0.88 | 0 | 0.8 | 1 | 0.56 |
| Hex | FF | 21 | 1E | 0 | 57 | 58 | 0 | 1 | 64 | 38 |
| Octal | 377 | 41 | 36 | 0 | 127 | 130 | 0 | 1 | 144 | 70 |
| Binary | 11111111 | 100001 | 11110 | 0 | 1010111 | 1011000 | 0 | 1 | 1100100 | 111000 |
Color Harmonies of #FF211E
Complementary color
Monochromatic Colors of #FF211E
Black with #FF211E
Text Example
Text Example
White with #FF211E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF211E; }
p { color: rgb(255,33,30); }
H1.HeaderClassName
{
color: #FF211E;
}
.AnyTagClassName
{
color: #FF211E;
}
</style>
background-color css
<style>
a { background-color: #FF211E; }
a { background-color: rgb(255,33,30); }
div.DivClassName
{
background-color: #FF211E;
}
.BgClassName
{
background-color: #FF211E;
}
</style>
border-color css
<style>
span { border-color: #FF211E; }
span { border-color: rgb(255,33,30); }
td.TdClassName
{
border-color: #FF211E;
}
.TagClassName
{
border-color: #FF211E;
}
</style>