Shades of Alizarin #DD272C
Tints of Alizarin #DD272C
RGB
CMYK
RGB Variations
Color information
#DD272C (or 0xDD272C) is known color: Alizarin. HEX triplet: DD, 27 and 2C. RGB value is (221,39,44). Sum of RGB (Red+Green+Blue) = 221+39+44=304 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.70% from 304); Green value is 39 (15.62% from 255 or 12.83% from 304); Blue value is 44 (17.58% from 255 or 14.47% from 304); Max value from RGB is 221 - color contains mainly: red. Hex color #DD272C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD272C is #22D8D3. Grayscale: #5E5E5E. Windows color (decimal): -2283732 or 2893789. OLE color: 2893789.
HSL color Cylindrical-coordinate representation of color #DD272C: hue angle of 358.35º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DD272C is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 39 | 44 | - |
| CMYK | 0 | 0.82 | 0.80 | 0.13 |
| HSL | 358.35º | 0.73% | 0.51% | - |
| HSV(B) | 358.35º | 0.82% | 0.87% | - |
| XYZ | 31 | 17.01 | 4.03 | - |
| YUV | 93.99 | 99.8 | 218.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 39 | 44 | 0 | 0.82 | 0.80 | 0.13 | 358.35 | 0.73 | 0.51 |
| Hex | DD | 27 | 2C | 0 | 52 | 50 | D | 166 | 49 | 33 |
| Octal | 335 | 47 | 54 | 0 | 122 | 120 | 15 | 546 | 111 | 63 |
| Binary | 11011101 | 100111 | 101100 | 0 | 1010010 | 1010000 | 1101 | 101100110 | 1001001 | 110011 |
Color Harmonies of #DD272C
Complementary color
Monochromatic Colors of #DD272C
Black with #DD272C
Text Example
Text Example
White with #DD272C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD272C; }
p { color: rgb(221,39,44); }
H1.HeaderClassName
{
color: #DD272C;
}
.AnyTagClassName
{
color: #DD272C;
}
</style>
background-color css
<style>
a { background-color: #DD272C; }
a { background-color: rgb(221,39,44); }
div.DivClassName
{
background-color: #DD272C;
}
.BgClassName
{
background-color: #DD272C;
}
</style>
border-color css
<style>
span { border-color: #DD272C; }
span { border-color: rgb(221,39,44); }
td.TdClassName
{
border-color: #DD272C;
}
.TagClassName
{
border-color: #DD272C;
}
</style>