Shades of Scarlet #EB1D1D
Tints of Scarlet #EB1D1D
RGB
CMYK
RGB Variations
Color information
#EB1D1D (or 0xEB1D1D) is known color: Scarlet. HEX triplet: EB, 1D and 1D. RGB value is (235,29,29). Sum of RGB (Red+Green+Blue) = 235+29+29=293 (38% of max value = 765). Red value is 235 (92.19% from 255 or 80.20% from 293); Green value is 29 (11.72% from 255 or 9.90% from 293); Blue value is 29 (11.72% from 255 or 9.90% from 293); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1D1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB1D1D is #14E2E2. Grayscale: #5A5A5A. Windows color (decimal): -1368803 or 1908203. OLE color: 1908203.
HSL color Cylindrical-coordinate representation of color #EB1D1D: hue angle of 0º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EB1D1D is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 29 | 29 | - |
| CMYK | 0 | 0.88 | 0.88 | 0.08 |
| HSL | 0º | 0.84% | 0.52% | - |
| HSV(B) | 0º | 0.88% | 0.92% | - |
| XYZ | 34.92 | 18.63 | 2.92 | - |
| YUV | 90.59 | 93.25 | 231 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 29 | 29 | 0 | 0.88 | 0.88 | 0.08 | 0 | 0.84 | 0.52 |
| Hex | EB | 1D | 1D | 0 | 58 | 58 | 8 | 0 | 54 | 34 |
| Octal | 353 | 35 | 35 | 0 | 130 | 130 | 10 | 0 | 124 | 64 |
| Binary | 11101011 | 11101 | 11101 | 0 | 1011000 | 1011000 | 1000 | 0 | 1010100 | 110100 |
Color Harmonies of #EB1D1D
Complementary color
Monochromatic Colors of #EB1D1D
Black with #EB1D1D
Text Example
Text Example
White with #EB1D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB1D1D; }
p { color: rgb(235,29,29); }
H1.HeaderClassName
{
color: #EB1D1D;
}
.AnyTagClassName
{
color: #EB1D1D;
}
</style>
background-color css
<style>
a { background-color: #EB1D1D; }
a { background-color: rgb(235,29,29); }
div.DivClassName
{
background-color: #EB1D1D;
}
.BgClassName
{
background-color: #EB1D1D;
}
</style>
border-color css
<style>
span { border-color: #EB1D1D; }
span { border-color: rgb(235,29,29); }
td.TdClassName
{
border-color: #EB1D1D;
}
.TagClassName
{
border-color: #EB1D1D;
}
</style>