Shades of Scarlet #EB201C
Tints of Scarlet #EB201C
RGB
CMYK
RGB Variations
Color information
#EB201C (or 0xEB201C) is known color: Scarlet. HEX triplet: EB, 20 and 1C. RGB value is (235,32,28). Sum of RGB (Red+Green+Blue) = 235+32+28=295 (39% of max value = 765). Red value is 235 (92.19% from 255 or 79.66% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 28 (11.33% from 255 or 9.49% from 295); Max value from RGB is 235 - color contains mainly: red. Hex color #EB201C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB201C is #14DFE3. Grayscale: #5C5C5C. Windows color (decimal): -1368036 or 1843435. OLE color: 1843435.
HSL color Cylindrical-coordinate representation of color #EB201C: hue angle of 1.16º 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 #EB201C is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 32 | 28 | - |
| CMYK | 0 | 0.86 | 0.88 | 0.08 |
| HSL | 1.16º | 0.84% | 0.52% | - |
| HSV(B) | 1.16º | 0.88% | 0.92% | - |
| XYZ | 34.99 | 18.78 | 2.88 | - |
| YUV | 92.24 | 91.75 | 229.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 32 | 28 | 0 | 0.86 | 0.88 | 0.08 | 1.16 | 0.84 | 0.52 |
| Hex | EB | 20 | 1C | 0 | 56 | 58 | 8 | 1 | 54 | 34 |
| Octal | 353 | 40 | 34 | 0 | 126 | 130 | 10 | 1 | 124 | 64 |
| Binary | 11101011 | 100000 | 11100 | 0 | 1010110 | 1011000 | 1000 | 1 | 1010100 | 110100 |
Color Harmonies of #EB201C
Complementary color
Monochromatic Colors of #EB201C
Black with #EB201C
Text Example
Text Example
White with #EB201C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB201C; }
p { color: rgb(235,32,28); }
H1.HeaderClassName
{
color: #EB201C;
}
.AnyTagClassName
{
color: #EB201C;
}
</style>
background-color css
<style>
a { background-color: #EB201C; }
a { background-color: rgb(235,32,28); }
div.DivClassName
{
background-color: #EB201C;
}
.BgClassName
{
background-color: #EB201C;
}
</style>
border-color css
<style>
span { border-color: #EB201C; }
span { border-color: rgb(235,32,28); }
td.TdClassName
{
border-color: #EB201C;
}
.TagClassName
{
border-color: #EB201C;
}
</style>