Shades of Alizarin #E6383B
Tints of Alizarin #E6383B
RGB
CMYK
RGB Variations
Color information
#E6383B (or 0xE6383B) is known color: Alizarin. HEX triplet: E6, 38 and 3B. RGB value is (230,56,59). Sum of RGB (Red+Green+Blue) = 230+56+59=345 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.67% from 345); Green value is 56 (22.27% from 255 or 16.23% from 345); Blue value is 59 (23.44% from 255 or 17.10% from 345); Max value from RGB is 230 - color contains mainly: red. Hex color #E6383B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6383B is #19C7C4. Grayscale: #6C6C6C. Windows color (decimal): -1689541 or 3881190. OLE color: 3881190.
HSL color Cylindrical-coordinate representation of color #E6383B: hue angle of 358.97º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E6383B is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 56 | 59 | - |
| CMYK | 0 | 0.76 | 0.74 | 0.10 |
| HSL | 358.97º | 0.78% | 0.56% | - |
| HSV(B) | 358.97º | 0.76% | 0.9% | - |
| XYZ | 34.84 | 19.97 | 6.16 | - |
| YUV | 108.37 | 100.15 | 214.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 56 | 59 | 0 | 0.76 | 0.74 | 0.10 | 358.97 | 0.78 | 0.56 |
| Hex | E6 | 38 | 3B | 0 | 4C | 4A | A | 167 | 4E | 38 |
| Octal | 346 | 70 | 73 | 0 | 114 | 112 | 12 | 547 | 116 | 70 |
| Binary | 11100110 | 111000 | 111011 | 0 | 1001100 | 1001010 | 1010 | 101100111 | 1001110 | 111000 |
Color Harmonies of #E6383B
Complementary color
Monochromatic Colors of #E6383B
Black with #E6383B
Text Example
Text Example
White with #E6383B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6383B; }
p { color: rgb(230,56,59); }
H1.HeaderClassName
{
color: #E6383B;
}
.AnyTagClassName
{
color: #E6383B;
}
</style>
background-color css
<style>
a { background-color: #E6383B; }
a { background-color: rgb(230,56,59); }
div.DivClassName
{
background-color: #E6383B;
}
.BgClassName
{
background-color: #E6383B;
}
</style>
border-color css
<style>
span { border-color: #E6383B; }
span { border-color: rgb(230,56,59); }
td.TdClassName
{
border-color: #E6383B;
}
.TagClassName
{
border-color: #E6383B;
}
</style>