Shades of Scarlet #EB200B
Tints of Scarlet #EB200B
RGB
CMYK
RGB Variations
Color information
#EB200B (or 0xEB200B) is known color: Scarlet. HEX triplet: EB, 20 and 0B. RGB value is (235,32,11). Sum of RGB (Red+Green+Blue) = 235+32+11=278 (36% of max value = 765). Red value is 235 (92.19% from 255 or 84.53% from 278); Green value is 32 (12.89% from 255 or 11.51% from 278); Blue value is 11 (4.69% from 255 or 3.96% from 278); Max value from RGB is 235 - color contains mainly: red. Hex color #EB200B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB200B is #14DFF4. Grayscale: #5A5A5A. Windows color (decimal): -1368053 or 729323. OLE color: 729323.
HSL color Cylindrical-coordinate representation of color #EB200B: hue angle of 5.62º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EB200B is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 32 | 11 | - |
| CMYK | 0 | 0.86 | 0.95 | 0.08 |
| HSL | 5.63º | 0.91% | 0.48% | - |
| HSV(B) | 5.63º | 0.95% | 0.92% | - |
| XYZ | 34.84 | 18.72 | 2.09 | - |
| YUV | 90.3 | 83.25 | 231.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 32 | 11 | 0 | 0.86 | 0.95 | 0.08 | 5.63 | 0.91 | 0.48 |
| Hex | EB | 20 | B | 0 | 56 | 5F | 8 | 6 | 5B | 30 |
| Octal | 353 | 40 | 13 | 0 | 126 | 137 | 10 | 6 | 133 | 60 |
| Binary | 11101011 | 100000 | 1011 | 0 | 1010110 | 1011111 | 1000 | 110 | 1011011 | 110000 |
Color Harmonies of #EB200B
Complementary color
Monochromatic Colors of #EB200B
Black with #EB200B
Text Example
Text Example
White with #EB200B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB200B; }
p { color: rgb(235,32,11); }
H1.HeaderClassName
{
color: #EB200B;
}
.AnyTagClassName
{
color: #EB200B;
}
</style>
background-color css
<style>
a { background-color: #EB200B; }
a { background-color: rgb(235,32,11); }
div.DivClassName
{
background-color: #EB200B;
}
.BgClassName
{
background-color: #EB200B;
}
</style>
border-color css
<style>
span { border-color: #EB200B; }
span { border-color: rgb(235,32,11); }
td.TdClassName
{
border-color: #EB200B;
}
.TagClassName
{
border-color: #EB200B;
}
</style>