Shades of Alizarin #DA303F
Tints of Alizarin #DA303F
RGB
CMYK
RGB Variations
Color information
#DA303F (or 0xDA303F) is known color: Alizarin. HEX triplet: DA, 30 and 3F. RGB value is (218,48,63). Sum of RGB (Red+Green+Blue) = 218+48+63=329 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.26% from 329); Green value is 48 (19.14% from 255 or 14.59% from 329); Blue value is 63 (25% from 255 or 19.15% from 329); Max value from RGB is 218 - color contains mainly: red. Hex color #DA303F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA303F is #25CFC0. Grayscale: #646464. Windows color (decimal): -2478017 or 4141274. OLE color: 4141274.
HSL color Cylindrical-coordinate representation of color #DA303F: hue angle of 354.71º 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 #DA303F is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 48 | 63 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.15 |
| HSL | 354.71º | 0.7% | 0.52% | - |
| HSV(B) | 354.71º | 0.78% | 0.85% | - |
| XYZ | 30.87 | 17.38 | 6.43 | - |
| YUV | 100.54 | 106.82 | 211.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 48 | 63 | 0 | 0.78 | 0.71 | 0.15 | 354.71 | 0.7 | 0.52 |
| Hex | DA | 30 | 3F | 0 | 4E | 47 | F | 163 | 46 | 34 |
| Octal | 332 | 60 | 77 | 0 | 116 | 107 | 17 | 543 | 106 | 64 |
| Binary | 11011010 | 110000 | 111111 | 0 | 1001110 | 1000111 | 1111 | 101100011 | 1000110 | 110100 |
Color Harmonies of #DA303F
Complementary color
Monochromatic Colors of #DA303F
Black with #DA303F
Text Example
Text Example
White with #DA303F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA303F; }
p { color: rgb(218,48,63); }
H1.HeaderClassName
{
color: #DA303F;
}
.AnyTagClassName
{
color: #DA303F;
}
</style>
background-color css
<style>
a { background-color: #DA303F; }
a { background-color: rgb(218,48,63); }
div.DivClassName
{
background-color: #DA303F;
}
.BgClassName
{
background-color: #DA303F;
}
</style>
border-color css
<style>
span { border-color: #DA303F; }
span { border-color: rgb(218,48,63); }
td.TdClassName
{
border-color: #DA303F;
}
.TagClassName
{
border-color: #DA303F;
}
</style>