Shades of Alizarin #DA273F
Tints of Alizarin #DA273F
RGB
CMYK
RGB Variations
Color information
#DA273F (or 0xDA273F) is known color: Alizarin. HEX triplet: DA, 27 and 3F. RGB value is (218,39,63). Sum of RGB (Red+Green+Blue) = 218+39+63=320 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.12% from 320); Green value is 39 (15.62% from 255 or 12.19% from 320); Blue value is 63 (25% from 255 or 19.69% from 320); Max value from RGB is 218 - color contains mainly: red. Hex color #DA273F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA273F is #25D8C0. Grayscale: #5F5F5F. Windows color (decimal): -2480321 or 4138970. OLE color: 4138970.
HSL color Cylindrical-coordinate representation of color #DA273F: hue angle of 351.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 #DA273F is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 39 | 63 | - |
| CMYK | 0 | 0.82 | 0.71 | 0.15 |
| HSL | 351.96º | 0.71% | 0.5% | - |
| HSV(B) | 351.96º | 0.82% | 0.85% | - |
| XYZ | 30.54 | 16.72 | 6.32 | - |
| YUV | 95.26 | 109.8 | 215.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 39 | 63 | 0 | 0.82 | 0.71 | 0.15 | 351.96 | 0.71 | 0.5 |
| Hex | DA | 27 | 3F | 0 | 52 | 47 | F | 160 | 47 | 32 |
| Octal | 332 | 47 | 77 | 0 | 122 | 107 | 17 | 540 | 107 | 62 |
| Binary | 11011010 | 100111 | 111111 | 0 | 1010010 | 1000111 | 1111 | 101100000 | 1000111 | 110010 |
Color Harmonies of #DA273F
Complementary color
Monochromatic Colors of #DA273F
Black with #DA273F
Text Example
Text Example
White with #DA273F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA273F; }
p { color: rgb(218,39,63); }
H1.HeaderClassName
{
color: #DA273F;
}
.AnyTagClassName
{
color: #DA273F;
}
</style>
background-color css
<style>
a { background-color: #DA273F; }
a { background-color: rgb(218,39,63); }
div.DivClassName
{
background-color: #DA273F;
}
.BgClassName
{
background-color: #DA273F;
}
</style>
border-color css
<style>
span { border-color: #DA273F; }
span { border-color: rgb(218,39,63); }
td.TdClassName
{
border-color: #DA273F;
}
.TagClassName
{
border-color: #DA273F;
}
</style>