Shades of Scarlet #EB211B
Tints of Scarlet #EB211B
RGB
CMYK
RGB Variations
Color information
#EB211B (or 0xEB211B) is known color: Scarlet. HEX triplet: EB, 21 and 1B. RGB value is (235,33,27). Sum of RGB (Red+Green+Blue) = 235+33+27=295 (39% of max value = 765). Red value is 235 (92.19% from 255 or 79.66% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 27 (10.94% from 255 or 9.15% from 295); Max value from RGB is 235 - color contains mainly: red. Hex color #EB211B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB211B is #14DEE4. Grayscale: #5C5C5C. Windows color (decimal): -1367781 or 1778155. OLE color: 1778155.
HSL color Cylindrical-coordinate representation of color #EB211B: hue angle of 1.73º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EB211B is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 33 | 27 | - |
| CMYK | 0 | 0.86 | 0.89 | 0.08 |
| HSL | 1.73º | 0.84% | 0.51% | - |
| HSV(B) | 1.73º | 0.89% | 0.92% | - |
| XYZ | 35 | 18.83 | 2.83 | - |
| YUV | 92.71 | 90.92 | 229.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 33 | 27 | 0 | 0.86 | 0.89 | 0.08 | 1.73 | 0.84 | 0.51 |
| Hex | EB | 21 | 1B | 0 | 56 | 59 | 8 | 2 | 54 | 33 |
| Octal | 353 | 41 | 33 | 0 | 126 | 131 | 10 | 2 | 124 | 63 |
| Binary | 11101011 | 100001 | 11011 | 0 | 1010110 | 1011001 | 1000 | 10 | 1010100 | 110011 |
Color Harmonies of #EB211B
Complementary color
Monochromatic Colors of #EB211B
Black with #EB211B
Text Example
Text Example
White with #EB211B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB211B; }
p { color: rgb(235,33,27); }
H1.HeaderClassName
{
color: #EB211B;
}
.AnyTagClassName
{
color: #EB211B;
}
</style>
background-color css
<style>
a { background-color: #EB211B; }
a { background-color: rgb(235,33,27); }
div.DivClassName
{
background-color: #EB211B;
}
.BgClassName
{
background-color: #EB211B;
}
</style>
border-color css
<style>
span { border-color: #EB211B; }
span { border-color: rgb(235,33,27); }
td.TdClassName
{
border-color: #EB211B;
}
.TagClassName
{
border-color: #EB211B;
}
</style>