Shades of Alizarin #DD272D
Tints of Alizarin #DD272D
RGB
CMYK
RGB Variations
Color information
#DD272D (or 0xDD272D) is known color: Alizarin. HEX triplet: DD, 27 and 2D. RGB value is (221,39,45). Sum of RGB (Red+Green+Blue) = 221+39+45=305 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.46% from 305); Green value is 39 (15.62% from 255 or 12.79% from 305); Blue value is 45 (17.97% from 255 or 14.75% from 305); Max value from RGB is 221 - color contains mainly: red. Hex color #DD272D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD272D is #22D8D2. Grayscale: #5E5E5E. Windows color (decimal): -2283731 or 2959325. OLE color: 2959325.
HSL color Cylindrical-coordinate representation of color #DD272D: hue angle of 358.02º 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 #DD272D is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 39 | 45 | - |
| CMYK | 0 | 0.82 | 0.80 | 0.13 |
| HSL | 358.02º | 0.73% | 0.51% | - |
| HSV(B) | 358.02º | 0.82% | 0.87% | - |
| XYZ | 31.02 | 17.01 | 4.13 | - |
| YUV | 94.1 | 100.3 | 218.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 39 | 45 | 0 | 0.82 | 0.80 | 0.13 | 358.02 | 0.73 | 0.51 |
| Hex | DD | 27 | 2D | 0 | 52 | 50 | D | 166 | 49 | 33 |
| Octal | 335 | 47 | 55 | 0 | 122 | 120 | 15 | 546 | 111 | 63 |
| Binary | 11011101 | 100111 | 101101 | 0 | 1010010 | 1010000 | 1101 | 101100110 | 1001001 | 110011 |
Color Harmonies of #DD272D
Complementary color
Monochromatic Colors of #DD272D
Black with #DD272D
Text Example
Text Example
White with #DD272D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD272D; }
p { color: rgb(221,39,45); }
H1.HeaderClassName
{
color: #DD272D;
}
.AnyTagClassName
{
color: #DD272D;
}
</style>
background-color css
<style>
a { background-color: #DD272D; }
a { background-color: rgb(221,39,45); }
div.DivClassName
{
background-color: #DD272D;
}
.BgClassName
{
background-color: #DD272D;
}
</style>
border-color css
<style>
span { border-color: #DD272D; }
span { border-color: rgb(221,39,45); }
td.TdClassName
{
border-color: #DD272D;
}
.TagClassName
{
border-color: #DD272D;
}
</style>