Shades of Alizarin #E6273D
Tints of Alizarin #E6273D
RGB
CMYK
RGB Variations
Color information
#E6273D (or 0xE6273D) is known color: Alizarin. HEX triplet: E6, 27 and 3D. RGB value is (230,39,61). Sum of RGB (Red+Green+Blue) = 230+39+61=330 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.70% from 330); Green value is 39 (15.62% from 255 or 11.82% from 330); Blue value is 61 (24.22% from 255 or 18.48% from 330); Max value from RGB is 230 - color contains mainly: red. Hex color #E6273D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6273D is #19D8C2. Grayscale: #626262. Windows color (decimal): -1693891 or 4007910. OLE color: 4007910.
HSL color Cylindrical-coordinate representation of color #E6273D: hue angle of 353.09º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E6273D is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 39 | 61 | - |
| CMYK | 0 | 0.83 | 0.73 | 0.10 |
| HSL | 353.09º | 0.79% | 0.53% | - |
| HSV(B) | 353.09º | 0.83% | 0.9% | - |
| XYZ | 34.2 | 18.61 | 6.2 | - |
| YUV | 98.62 | 106.78 | 221.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 39 | 61 | 0 | 0.83 | 0.73 | 0.10 | 353.09 | 0.79 | 0.53 |
| Hex | E6 | 27 | 3D | 0 | 53 | 49 | A | 161 | 4F | 35 |
| Octal | 346 | 47 | 75 | 0 | 123 | 111 | 12 | 541 | 117 | 65 |
| Binary | 11100110 | 100111 | 111101 | 0 | 1010011 | 1001001 | 1010 | 101100001 | 1001111 | 110101 |
Color Harmonies of #E6273D
Complementary color
Monochromatic Colors of #E6273D
Black with #E6273D
Text Example
Text Example
White with #E6273D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6273D; }
p { color: rgb(230,39,61); }
H1.HeaderClassName
{
color: #E6273D;
}
.AnyTagClassName
{
color: #E6273D;
}
</style>
background-color css
<style>
a { background-color: #E6273D; }
a { background-color: rgb(230,39,61); }
div.DivClassName
{
background-color: #E6273D;
}
.BgClassName
{
background-color: #E6273D;
}
</style>
border-color css
<style>
span { border-color: #E6273D; }
span { border-color: rgb(230,39,61); }
td.TdClassName
{
border-color: #E6273D;
}
.TagClassName
{
border-color: #E6273D;
}
</style>