Shades of Alizarin #DA273D
Tints of Alizarin #DA273D
RGB
CMYK
RGB Variations
Color information
#DA273D (or 0xDA273D) is known color: Alizarin. HEX triplet: DA, 27 and 3D. RGB value is (218,39,61). Sum of RGB (Red+Green+Blue) = 218+39+61=318 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.55% from 318); Green value is 39 (15.62% from 255 or 12.26% from 318); Blue value is 61 (24.22% from 255 or 19.18% from 318); Max value from RGB is 218 - color contains mainly: red. Hex color #DA273D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA273D is #25D8C2. Grayscale: #5F5F5F. Windows color (decimal): -2480323 or 4007898. OLE color: 4007898.
HSL color Cylindrical-coordinate representation of color #DA273D: hue angle of 352.63º 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 #DA273D is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 39 | 61 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.15 |
| HSL | 352.63º | 0.71% | 0.5% | - |
| HSV(B) | 352.63º | 0.82% | 0.85% | - |
| XYZ | 30.48 | 16.69 | 6.03 | - |
| YUV | 95.03 | 108.8 | 215.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 39 | 61 | 0 | 0.82 | 0.72 | 0.15 | 352.63 | 0.71 | 0.5 |
| Hex | DA | 27 | 3D | 0 | 52 | 48 | F | 161 | 47 | 32 |
| Octal | 332 | 47 | 75 | 0 | 122 | 110 | 17 | 541 | 107 | 62 |
| Binary | 11011010 | 100111 | 111101 | 0 | 1010010 | 1001000 | 1111 | 101100001 | 1000111 | 110010 |
Color Harmonies of #DA273D
Complementary color
Monochromatic Colors of #DA273D
Black with #DA273D
Text Example
Text Example
White with #DA273D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA273D; }
p { color: rgb(218,39,61); }
H1.HeaderClassName
{
color: #DA273D;
}
.AnyTagClassName
{
color: #DA273D;
}
</style>
background-color css
<style>
a { background-color: #DA273D; }
a { background-color: rgb(218,39,61); }
div.DivClassName
{
background-color: #DA273D;
}
.BgClassName
{
background-color: #DA273D;
}
</style>
border-color css
<style>
span { border-color: #DA273D; }
span { border-color: rgb(218,39,61); }
td.TdClassName
{
border-color: #DA273D;
}
.TagClassName
{
border-color: #DA273D;
}
</style>