Shades of Alizarin #DA303D
Tints of Alizarin #DA303D
RGB
CMYK
RGB Variations
Color information
#DA303D (or 0xDA303D) is known color: Alizarin. HEX triplet: DA, 30 and 3D. RGB value is (218,48,61). Sum of RGB (Red+Green+Blue) = 218+48+61=327 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.67% from 327); Green value is 48 (19.14% from 255 or 14.68% from 327); Blue value is 61 (24.22% from 255 or 18.65% from 327); Max value from RGB is 218 - color contains mainly: red. Hex color #DA303D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA303D is #25CFC2. Grayscale: #646464. Windows color (decimal): -2478019 or 4010202. OLE color: 4010202.
HSL color Cylindrical-coordinate representation of color #DA303D: hue angle of 355.41º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA303D is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 48 | 61 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.15 |
| HSL | 355.41º | 0.7% | 0.52% | - |
| HSV(B) | 355.41º | 0.78% | 0.85% | - |
| XYZ | 30.81 | 17.36 | 6.14 | - |
| YUV | 100.31 | 105.82 | 211.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 48 | 61 | 0 | 0.78 | 0.72 | 0.15 | 355.41 | 0.7 | 0.52 |
| Hex | DA | 30 | 3D | 0 | 4E | 48 | F | 163 | 46 | 34 |
| Octal | 332 | 60 | 75 | 0 | 116 | 110 | 17 | 543 | 106 | 64 |
| Binary | 11011010 | 110000 | 111101 | 0 | 1001110 | 1001000 | 1111 | 101100011 | 1000110 | 110100 |
Color Harmonies of #DA303D
Complementary color
Monochromatic Colors of #DA303D
Black with #DA303D
Text Example
Text Example
White with #DA303D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA303D; }
p { color: rgb(218,48,61); }
H1.HeaderClassName
{
color: #DA303D;
}
.AnyTagClassName
{
color: #DA303D;
}
</style>
background-color css
<style>
a { background-color: #DA303D; }
a { background-color: rgb(218,48,61); }
div.DivClassName
{
background-color: #DA303D;
}
.BgClassName
{
background-color: #DA303D;
}
</style>
border-color css
<style>
span { border-color: #DA303D; }
span { border-color: rgb(218,48,61); }
td.TdClassName
{
border-color: #DA303D;
}
.TagClassName
{
border-color: #DA303D;
}
</style>