Shades of Alizarin #DA233F
Tints of Alizarin #DA233F
RGB
CMYK
RGB Variations
Color information
#DA233F (or 0xDA233F) is known color: Alizarin. HEX triplet: DA, 23 and 3F. RGB value is (218,35,63). Sum of RGB (Red+Green+Blue) = 218+35+63=316 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.99% from 316); Green value is 35 (14.06% from 255 or 11.08% from 316); Blue value is 63 (25% from 255 or 19.94% from 316); Max value from RGB is 218 - color contains mainly: red. Hex color #DA233F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA233F is #25DCC0. Grayscale: #5C5C5C. Windows color (decimal): -2481345 or 4137946. OLE color: 4137946.
HSL color Cylindrical-coordinate representation of color #DA233F: hue angle of 350.82º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA233F is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 35 | 63 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.15 |
| HSL | 350.82º | 0.72% | 0.5% | - |
| HSV(B) | 350.82º | 0.84% | 0.85% | - |
| XYZ | 30.41 | 16.47 | 6.28 | - |
| YUV | 92.91 | 111.13 | 217.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 35 | 63 | 0 | 0.84 | 0.71 | 0.15 | 350.82 | 0.72 | 0.5 |
| Hex | DA | 23 | 3F | 0 | 54 | 47 | F | 15F | 48 | 32 |
| Octal | 332 | 43 | 77 | 0 | 124 | 107 | 17 | 537 | 110 | 62 |
| Binary | 11011010 | 100011 | 111111 | 0 | 1010100 | 1000111 | 1111 | 101011111 | 1001000 | 110010 |
Color Harmonies of #DA233F
Complementary color
Monochromatic Colors of #DA233F
Black with #DA233F
Text Example
Text Example
White with #DA233F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA233F; }
p { color: rgb(218,35,63); }
H1.HeaderClassName
{
color: #DA233F;
}
.AnyTagClassName
{
color: #DA233F;
}
</style>
background-color css
<style>
a { background-color: #DA233F; }
a { background-color: rgb(218,35,63); }
div.DivClassName
{
background-color: #DA233F;
}
.BgClassName
{
background-color: #DA233F;
}
</style>
border-color css
<style>
span { border-color: #DA233F; }
span { border-color: rgb(218,35,63); }
td.TdClassName
{
border-color: #DA233F;
}
.TagClassName
{
border-color: #DA233F;
}
</style>