Shades of Alizarin #DA273C
Tints of Alizarin #DA273C
RGB
CMYK
RGB Variations
Color information
#DA273C (or 0xDA273C) is known color: Alizarin. HEX triplet: DA, 27 and 3C. RGB value is (218,39,60). Sum of RGB (Red+Green+Blue) = 218+39+60=317 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.77% from 317); Green value is 39 (15.62% from 255 or 12.30% from 317); Blue value is 60 (23.83% from 255 or 18.93% from 317); Max value from RGB is 218 - color contains mainly: red. Hex color #DA273C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA273C is #25D8C3. Grayscale: #5F5F5F. Windows color (decimal): -2480324 or 3942362. OLE color: 3942362.
HSL color Cylindrical-coordinate representation of color #DA273C: hue angle of 352.96º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA273C is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 39 | 60 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.15 |
| HSL | 352.96º | 0.71% | 0.5% | - |
| HSV(B) | 352.96º | 0.82% | 0.85% | - |
| XYZ | 30.45 | 16.68 | 5.89 | - |
| YUV | 94.92 | 108.3 | 215.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 39 | 60 | 0 | 0.82 | 0.72 | 0.15 | 352.96 | 0.71 | 0.5 |
| Hex | DA | 27 | 3C | 0 | 52 | 48 | F | 161 | 47 | 32 |
| Octal | 332 | 47 | 74 | 0 | 122 | 110 | 17 | 541 | 107 | 62 |
| Binary | 11011010 | 100111 | 111100 | 0 | 1010010 | 1001000 | 1111 | 101100001 | 1000111 | 110010 |
Color Harmonies of #DA273C
Complementary color
Monochromatic Colors of #DA273C
Black with #DA273C
Text Example
Text Example
White with #DA273C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA273C; }
p { color: rgb(218,39,60); }
H1.HeaderClassName
{
color: #DA273C;
}
.AnyTagClassName
{
color: #DA273C;
}
</style>
background-color css
<style>
a { background-color: #DA273C; }
a { background-color: rgb(218,39,60); }
div.DivClassName
{
background-color: #DA273C;
}
.BgClassName
{
background-color: #DA273C;
}
</style>
border-color css
<style>
span { border-color: #DA273C; }
span { border-color: rgb(218,39,60); }
td.TdClassName
{
border-color: #DA273C;
}
.TagClassName
{
border-color: #DA273C;
}
</style>