Shades of Alizarin #E6383D
Tints of Alizarin #E6383D
RGB
CMYK
RGB Variations
Color information
#E6383D (or 0xE6383D) is known color: Alizarin. HEX triplet: E6, 38 and 3D. RGB value is (230,56,61). Sum of RGB (Red+Green+Blue) = 230+56+61=347 (45% of max value = 765). Red value is 230 (90.23% from 255 or 66.28% from 347); Green value is 56 (22.27% from 255 or 16.14% from 347); Blue value is 61 (24.22% from 255 or 17.58% from 347); Max value from RGB is 230 - color contains mainly: red. Hex color #E6383D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6383D is #19C7C2. Grayscale: #6C6C6C. Windows color (decimal): -1689539 or 4012262. OLE color: 4012262.
HSL color Cylindrical-coordinate representation of color #E6383D: hue angle of 358.28º 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 #E6383D is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 56 | 61 | - |
| CMYK | 0 | 0.76 | 0.73 | 0.10 |
| HSL | 358.28º | 0.78% | 0.56% | - |
| HSV(B) | 358.28º | 0.76% | 0.9% | - |
| XYZ | 34.89 | 19.99 | 6.43 | - |
| YUV | 108.6 | 101.15 | 214.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 56 | 61 | 0 | 0.76 | 0.73 | 0.10 | 358.28 | 0.78 | 0.56 |
| Hex | E6 | 38 | 3D | 0 | 4C | 49 | A | 166 | 4E | 38 |
| Octal | 346 | 70 | 75 | 0 | 114 | 111 | 12 | 546 | 116 | 70 |
| Binary | 11100110 | 111000 | 111101 | 0 | 1001100 | 1001001 | 1010 | 101100110 | 1001110 | 111000 |
Color Harmonies of #E6383D
Complementary color
Monochromatic Colors of #E6383D
Black with #E6383D
Text Example
Text Example
White with #E6383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6383D; }
p { color: rgb(230,56,61); }
H1.HeaderClassName
{
color: #E6383D;
}
.AnyTagClassName
{
color: #E6383D;
}
</style>
background-color css
<style>
a { background-color: #E6383D; }
a { background-color: rgb(230,56,61); }
div.DivClassName
{
background-color: #E6383D;
}
.BgClassName
{
background-color: #E6383D;
}
</style>
border-color css
<style>
span { border-color: #E6383D; }
span { border-color: rgb(230,56,61); }
td.TdClassName
{
border-color: #E6383D;
}
.TagClassName
{
border-color: #E6383D;
}
</style>