Shades of Scarlet #EB2D0D
Tints of Scarlet #EB2D0D
RGB
CMYK
RGB Variations
Color information
#EB2D0D (or 0xEB2D0D) is known color: Scarlet. HEX triplet: EB, 2D and 0D. RGB value is (235,45,13). Sum of RGB (Red+Green+Blue) = 235+45+13=293 (38% of max value = 765). Red value is 235 (92.19% from 255 or 80.20% from 293); Green value is 45 (17.97% from 255 or 15.36% from 293); Blue value is 13 (5.47% from 255 or 4.44% from 293); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2D0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB2D0D is #14D2F2. Grayscale: #626262. Windows color (decimal): -1364723 or 863723. OLE color: 863723.
HSL color Cylindrical-coordinate representation of color #EB2D0D: hue angle of 8.65º 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 #EB2D0D is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 45 | 13 | - |
| CMYK | 0 | 0.81 | 0.94 | 0.08 |
| HSL | 8.65º | 0.9% | 0.49% | - |
| HSV(B) | 8.65º | 0.94% | 0.92% | - |
| XYZ | 35.27 | 19.57 | 2.3 | - |
| YUV | 98.16 | 79.95 | 225.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 45 | 13 | 0 | 0.81 | 0.94 | 0.08 | 8.65 | 0.9 | 0.49 |
| Hex | EB | 2D | D | 0 | 51 | 5E | 8 | 9 | 5A | 31 |
| Octal | 353 | 55 | 15 | 0 | 121 | 136 | 10 | 11 | 132 | 61 |
| Binary | 11101011 | 101101 | 1101 | 0 | 1010001 | 1011110 | 1000 | 1001 | 1011010 | 110001 |
Color Harmonies of #EB2D0D
Complementary color
Monochromatic Colors of #EB2D0D
Black with #EB2D0D
Text Example
Text Example
White with #EB2D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2D0D; }
p { color: rgb(235,45,13); }
H1.HeaderClassName
{
color: #EB2D0D;
}
.AnyTagClassName
{
color: #EB2D0D;
}
</style>
background-color css
<style>
a { background-color: #EB2D0D; }
a { background-color: rgb(235,45,13); }
div.DivClassName
{
background-color: #EB2D0D;
}
.BgClassName
{
background-color: #EB2D0D;
}
</style>
border-color css
<style>
span { border-color: #EB2D0D; }
span { border-color: rgb(235,45,13); }
td.TdClassName
{
border-color: #EB2D0D;
}
.TagClassName
{
border-color: #EB2D0D;
}
</style>