Shades of Scarlet #EB291C
Tints of Scarlet #EB291C
RGB
CMYK
RGB Variations
Color information
#EB291C (or 0xEB291C) is known color: Scarlet. HEX triplet: EB, 29 and 1C. RGB value is (235,41,28). Sum of RGB (Red+Green+Blue) = 235+41+28=304 (40% of max value = 765). Red value is 235 (92.19% from 255 or 77.30% from 304); Green value is 41 (16.41% from 255 or 13.49% from 304); Blue value is 28 (11.33% from 255 or 9.21% from 304); Max value from RGB is 235 - color contains mainly: red. Hex color #EB291C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB291C is #14D6E3. Grayscale: #616161. Windows color (decimal): -1365732 or 1845739. OLE color: 1845739.
HSL color Cylindrical-coordinate representation of color #EB291C: hue angle of 3.77º 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 #EB291C is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 41 | 28 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.08 |
| HSL | 3.77º | 0.84% | 0.52% | - |
| HSV(B) | 3.77º | 0.88% | 0.92% | - |
| XYZ | 35.26 | 19.33 | 2.97 | - |
| YUV | 97.52 | 88.77 | 226.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 41 | 28 | 0 | 0.83 | 0.88 | 0.08 | 3.77 | 0.84 | 0.52 |
| Hex | EB | 29 | 1C | 0 | 53 | 58 | 8 | 4 | 54 | 34 |
| Octal | 353 | 51 | 34 | 0 | 123 | 130 | 10 | 4 | 124 | 64 |
| Binary | 11101011 | 101001 | 11100 | 0 | 1010011 | 1011000 | 1000 | 100 | 1010100 | 110100 |
Color Harmonies of #EB291C
Complementary color
Monochromatic Colors of #EB291C
Black with #EB291C
Text Example
Text Example
White with #EB291C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB291C; }
p { color: rgb(235,41,28); }
H1.HeaderClassName
{
color: #EB291C;
}
.AnyTagClassName
{
color: #EB291C;
}
</style>
background-color css
<style>
a { background-color: #EB291C; }
a { background-color: rgb(235,41,28); }
div.DivClassName
{
background-color: #EB291C;
}
.BgClassName
{
background-color: #EB291C;
}
</style>
border-color css
<style>
span { border-color: #EB291C; }
span { border-color: rgb(235,41,28); }
td.TdClassName
{
border-color: #EB291C;
}
.TagClassName
{
border-color: #EB291C;
}
</style>