Shades of Alizarin #DA333D
Tints of Alizarin #DA333D
RGB
CMYK
RGB Variations
Color information
#DA333D (or 0xDA333D) is known color: Alizarin. HEX triplet: DA, 33 and 3D. RGB value is (218,51,61). Sum of RGB (Red+Green+Blue) = 218+51+61=330 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.06% from 330); Green value is 51 (20.31% from 255 or 15.45% from 330); Blue value is 61 (24.22% from 255 or 18.48% from 330); Max value from RGB is 218 - color contains mainly: red. Hex color #DA333D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA333D is #25CCC2. Grayscale: #666666. Windows color (decimal): -2477251 or 4010970. OLE color: 4010970.
HSL color Cylindrical-coordinate representation of color #DA333D: hue angle of 356.41º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DA333D is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 51 | 61 | - |
| CMYK | 0 | 0.77 | 0.72 | 0.15 |
| HSL | 356.41º | 0.69% | 0.53% | - |
| HSV(B) | 356.41º | 0.77% | 0.85% | - |
| XYZ | 30.94 | 17.61 | 6.18 | - |
| YUV | 102.07 | 104.83 | 210.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 51 | 61 | 0 | 0.77 | 0.72 | 0.15 | 356.41 | 0.69 | 0.53 |
| Hex | DA | 33 | 3D | 0 | 4D | 48 | F | 164 | 45 | 35 |
| Octal | 332 | 63 | 75 | 0 | 115 | 110 | 17 | 544 | 105 | 65 |
| Binary | 11011010 | 110011 | 111101 | 0 | 1001101 | 1001000 | 1111 | 101100100 | 1000101 | 110101 |
Color Harmonies of #DA333D
Complementary color
Monochromatic Colors of #DA333D
Black with #DA333D
Text Example
Text Example
White with #DA333D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA333D; }
p { color: rgb(218,51,61); }
H1.HeaderClassName
{
color: #DA333D;
}
.AnyTagClassName
{
color: #DA333D;
}
</style>
background-color css
<style>
a { background-color: #DA333D; }
a { background-color: rgb(218,51,61); }
div.DivClassName
{
background-color: #DA333D;
}
.BgClassName
{
background-color: #DA333D;
}
</style>
border-color css
<style>
span { border-color: #DA333D; }
span { border-color: rgb(218,51,61); }
td.TdClassName
{
border-color: #DA333D;
}
.TagClassName
{
border-color: #DA333D;
}
</style>