Shades of Scarlet #FF211B
Tints of Scarlet #FF211B
RGB
CMYK
RGB Variations
Color information
#FF211B (or 0xFF211B) is known color: Scarlet. HEX triplet: FF, 21 and 1B. RGB value is (255,33,27). Sum of RGB (Red+Green+Blue) = 255+33+27=315 (41% of max value = 765). Red value is 255 (100% from 255 or 80.95% from 315); Green value is 33 (13.28% from 255 or 10.48% from 315); Blue value is 27 (10.94% from 255 or 8.57% from 315); Max value from RGB is 255 - color contains mainly: red. Hex color #FF211B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF211B is #00DEE4. Grayscale: #626262. Windows color (decimal): -57061 or 1778175. OLE color: 1778175.
HSL color Cylindrical-coordinate representation of color #FF211B: hue angle of 1.58º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF211B is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 33 | 27 | - |
| CMYK | 0 | 0.87 | 0.89 | 0 |
| HSL | 1.58º | 1% | 0.55% | - |
| HSV(B) | 1.58º | 0.89% | 1% | - |
| XYZ | 41.98 | 22.43 | 3.15 | - |
| YUV | 98.69 | 87.55 | 239.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 33 | 27 | 0 | 0.87 | 0.89 | 0 | 1.58 | 1 | 0.55 |
| Hex | FF | 21 | 1B | 0 | 57 | 59 | 0 | 2 | 64 | 37 |
| Octal | 377 | 41 | 33 | 0 | 127 | 131 | 0 | 2 | 144 | 67 |
| Binary | 11111111 | 100001 | 11011 | 0 | 1010111 | 1011001 | 0 | 10 | 1100100 | 110111 |
Color Harmonies of #FF211B
Complementary color
Monochromatic Colors of #FF211B
Black with #FF211B
Text Example
Text Example
White with #FF211B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF211B; }
p { color: rgb(255,33,27); }
H1.HeaderClassName
{
color: #FF211B;
}
.AnyTagClassName
{
color: #FF211B;
}
</style>
background-color css
<style>
a { background-color: #FF211B; }
a { background-color: rgb(255,33,27); }
div.DivClassName
{
background-color: #FF211B;
}
.BgClassName
{
background-color: #FF211B;
}
</style>
border-color css
<style>
span { border-color: #FF211B; }
span { border-color: rgb(255,33,27); }
td.TdClassName
{
border-color: #FF211B;
}
.TagClassName
{
border-color: #FF211B;
}
</style>