Shades of Cranberry #E1536B
Tints of Cranberry #E1536B
RGB
CMYK
RGB Variations
Color information
#E1536B (or 0xE1536B) is known color: Cranberry. HEX triplet: E1, 53 and 6B. RGB value is (225,83,107). Sum of RGB (Red+Green+Blue) = 225+83+107=415 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.22% from 415); Green value is 83 (32.81% from 255 or 20% from 415); Blue value is 107 (42.19% from 255 or 25.78% from 415); Max value from RGB is 225 - color contains mainly: red. Hex color #E1536B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E1536B is #1EAC94. Grayscale: #808080. Windows color (decimal): -2010261 or 7033825. OLE color: 7033825.
HSL color Cylindrical-coordinate representation of color #E1536B: hue angle of 349.86º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E1536B is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 83 | 107 | - |
| CMYK | 0 | 0.63 | 0.52 | 0.12 |
| HSL | 349.86º | 0.7% | 0.6% | - |
| HSV(B) | 349.86º | 0.63% | 0.88% | - |
| XYZ | 36.8 | 23.26 | 16.46 | - |
| YUV | 128.19 | 116.04 | 197.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 83 | 107 | 0 | 0.63 | 0.52 | 0.12 | 349.86 | 0.7 | 0.6 |
| Hex | E1 | 53 | 6B | 0 | 3F | 34 | C | 15E | 46 | 3C |
| Octal | 341 | 123 | 153 | 0 | 77 | 64 | 14 | 536 | 106 | 74 |
| Binary | 11100001 | 1010011 | 1101011 | 0 | 111111 | 110100 | 1100 | 101011110 | 1000110 | 111100 |
Color Harmonies of #E1536B
Complementary color
Monochromatic Colors of #E1536B
Black with #E1536B
Text Example
Text Example
White with #E1536B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1536B; }
p { color: rgb(225,83,107); }
H1.HeaderClassName
{
color: #E1536B;
}
.AnyTagClassName
{
color: #E1536B;
}
</style>
background-color css
<style>
a { background-color: #E1536B; }
a { background-color: rgb(225,83,107); }
div.DivClassName
{
background-color: #E1536B;
}
.BgClassName
{
background-color: #E1536B;
}
</style>
border-color css
<style>
span { border-color: #E1536B; }
span { border-color: rgb(225,83,107); }
td.TdClassName
{
border-color: #E1536B;
}
.TagClassName
{
border-color: #E1536B;
}
</style>