Shades of Scarlet #EB2A1B
Tints of Scarlet #EB2A1B
RGB
CMYK
RGB Variations
Color information
#EB2A1B (or 0xEB2A1B) is known color: Scarlet. HEX triplet: EB, 2A and 1B. RGB value is (235,42,27). Sum of RGB (Red+Green+Blue) = 235+42+27=304 (40% of max value = 765). Red value is 235 (92.19% from 255 or 77.30% from 304); Green value is 42 (16.80% from 255 or 13.82% from 304); Blue value is 27 (10.94% from 255 or 8.88% from 304); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2A1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2A1B is #14D5E4. Grayscale: #626262. Windows color (decimal): -1365477 or 1780459. OLE color: 1780459.
HSL color Cylindrical-coordinate representation of color #EB2A1B: hue angle of 4.33º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EB2A1B is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 42 | 27 | - |
| CMYK | 0 | 0.82 | 0.89 | 0.08 |
| HSL | 4.33º | 0.84% | 0.51% | - |
| HSV(B) | 4.33º | 0.89% | 0.92% | - |
| XYZ | 35.29 | 19.4 | 2.92 | - |
| YUV | 98 | 87.94 | 225.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 42 | 27 | 0 | 0.82 | 0.89 | 0.08 | 4.33 | 0.84 | 0.51 |
| Hex | EB | 2A | 1B | 0 | 52 | 59 | 8 | 4 | 54 | 33 |
| Octal | 353 | 52 | 33 | 0 | 122 | 131 | 10 | 4 | 124 | 63 |
| Binary | 11101011 | 101010 | 11011 | 0 | 1010010 | 1011001 | 1000 | 100 | 1010100 | 110011 |
Color Harmonies of #EB2A1B
Complementary color
Monochromatic Colors of #EB2A1B
Black with #EB2A1B
Text Example
Text Example
White with #EB2A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2A1B; }
p { color: rgb(235,42,27); }
H1.HeaderClassName
{
color: #EB2A1B;
}
.AnyTagClassName
{
color: #EB2A1B;
}
</style>
background-color css
<style>
a { background-color: #EB2A1B; }
a { background-color: rgb(235,42,27); }
div.DivClassName
{
background-color: #EB2A1B;
}
.BgClassName
{
background-color: #EB2A1B;
}
</style>
border-color css
<style>
span { border-color: #EB2A1B; }
span { border-color: rgb(235,42,27); }
td.TdClassName
{
border-color: #EB2A1B;
}
.TagClassName
{
border-color: #EB2A1B;
}
</style>