Shades of Scarlet #EB200D
Tints of Scarlet #EB200D
RGB
CMYK
RGB Variations
Color information
#EB200D (or 0xEB200D) is known color: Scarlet. HEX triplet: EB, 20 and 0D. RGB value is (235,32,13). Sum of RGB (Red+Green+Blue) = 235+32+13=280 (37% of max value = 765). Red value is 235 (92.19% from 255 or 83.93% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 13 (5.47% from 255 or 4.64% from 280); Max value from RGB is 235 - color contains mainly: red. Hex color #EB200D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB200D is #14DFF2. Grayscale: #5A5A5A. Windows color (decimal): -1368051 or 860395. OLE color: 860395.
HSL color Cylindrical-coordinate representation of color #EB200D: hue angle of 5.14º 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 #EB200D is Cyan = 0, Magento = 0.86, Yellow = 0.94 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 32 | 13 | - |
| CMYK | 0 | 0.86 | 0.94 | 0.08 |
| HSL | 5.14º | 0.9% | 0.49% | - |
| HSV(B) | 5.14º | 0.94% | 0.92% | - |
| XYZ | 34.85 | 18.72 | 2.16 | - |
| YUV | 90.53 | 84.25 | 231.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 32 | 13 | 0 | 0.86 | 0.94 | 0.08 | 5.14 | 0.9 | 0.49 |
| Hex | EB | 20 | D | 0 | 56 | 5E | 8 | 5 | 5A | 31 |
| Octal | 353 | 40 | 15 | 0 | 126 | 136 | 10 | 5 | 132 | 61 |
| Binary | 11101011 | 100000 | 1101 | 0 | 1010110 | 1011110 | 1000 | 101 | 1011010 | 110001 |
Color Harmonies of #EB200D
Complementary color
Monochromatic Colors of #EB200D
Black with #EB200D
Text Example
Text Example
White with #EB200D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB200D; }
p { color: rgb(235,32,13); }
H1.HeaderClassName
{
color: #EB200D;
}
.AnyTagClassName
{
color: #EB200D;
}
</style>
background-color css
<style>
a { background-color: #EB200D; }
a { background-color: rgb(235,32,13); }
div.DivClassName
{
background-color: #EB200D;
}
.BgClassName
{
background-color: #EB200D;
}
</style>
border-color css
<style>
span { border-color: #EB200D; }
span { border-color: rgb(235,32,13); }
td.TdClassName
{
border-color: #EB200D;
}
.TagClassName
{
border-color: #EB200D;
}
</style>