Shades of Scarlet #EB290D
Tints of Scarlet #EB290D
RGB
CMYK
RGB Variations
Color information
#EB290D (or 0xEB290D) is known color: Scarlet. HEX triplet: EB, 29 and 0D. RGB value is (235,41,13). Sum of RGB (Red+Green+Blue) = 235+41+13=289 (38% of max value = 765). Red value is 235 (92.19% from 255 or 81.31% from 289); Green value is 41 (16.41% from 255 or 14.19% from 289); Blue value is 13 (5.47% from 255 or 4.50% from 289); Max value from RGB is 235 - color contains mainly: red. Hex color #EB290D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB290D is #14D6F2. Grayscale: #606060. Windows color (decimal): -1365747 or 862699. OLE color: 862699.
HSL color Cylindrical-coordinate representation of color #EB290D: hue angle of 7.57º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EB290D is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 41 | 13 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.08 |
| HSL | 7.57º | 0.9% | 0.49% | - |
| HSV(B) | 7.57º | 0.94% | 0.92% | - |
| XYZ | 35.13 | 19.28 | 2.25 | - |
| YUV | 95.81 | 81.27 | 227.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 41 | 13 | 0 | 0.83 | 0.94 | 0.08 | 7.57 | 0.9 | 0.49 |
| Hex | EB | 29 | D | 0 | 53 | 5E | 8 | 8 | 5A | 31 |
| Octal | 353 | 51 | 15 | 0 | 123 | 136 | 10 | 10 | 132 | 61 |
| Binary | 11101011 | 101001 | 1101 | 0 | 1010011 | 1011110 | 1000 | 1000 | 1011010 | 110001 |
Color Harmonies of #EB290D
Complementary color
Monochromatic Colors of #EB290D
Black with #EB290D
Text Example
Text Example
White with #EB290D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB290D; }
p { color: rgb(235,41,13); }
H1.HeaderClassName
{
color: #EB290D;
}
.AnyTagClassName
{
color: #EB290D;
}
</style>
background-color css
<style>
a { background-color: #EB290D; }
a { background-color: rgb(235,41,13); }
div.DivClassName
{
background-color: #EB290D;
}
.BgClassName
{
background-color: #EB290D;
}
</style>
border-color css
<style>
span { border-color: #EB290D; }
span { border-color: rgb(235,41,13); }
td.TdClassName
{
border-color: #EB290D;
}
.TagClassName
{
border-color: #EB290D;
}
</style>