Shades of Alizarin #DD273E
Tints of Alizarin #DD273E
RGB
CMYK
RGB Variations
Color information
#DD273E (or 0xDD273E) is known color: Alizarin. HEX triplet: DD, 27 and 3E. RGB value is (221,39,62). Sum of RGB (Red+Green+Blue) = 221+39+62=322 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.63% from 322); Green value is 39 (15.62% from 255 or 12.11% from 322); Blue value is 62 (24.61% from 255 or 19.25% from 322); Max value from RGB is 221 - color contains mainly: red. Hex color #DD273E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD273E is #22D8C1. Grayscale: #606060. Windows color (decimal): -2283714 or 4073437. OLE color: 4073437.
HSL color Cylindrical-coordinate representation of color #DD273E: hue angle of 352.42º 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 #DD273E is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 39 | 62 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.13 |
| HSL | 352.42º | 0.73% | 0.51% | - |
| HSV(B) | 352.42º | 0.82% | 0.87% | - |
| XYZ | 31.41 | 17.17 | 6.22 | - |
| YUV | 96.04 | 108.8 | 217.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 39 | 62 | 0 | 0.82 | 0.72 | 0.13 | 352.42 | 0.73 | 0.51 |
| Hex | DD | 27 | 3E | 0 | 52 | 48 | D | 160 | 49 | 33 |
| Octal | 335 | 47 | 76 | 0 | 122 | 110 | 15 | 540 | 111 | 63 |
| Binary | 11011101 | 100111 | 111110 | 0 | 1010010 | 1001000 | 1101 | 101100000 | 1001001 | 110011 |
Color Harmonies of #DD273E
Complementary color
Monochromatic Colors of #DD273E
Black with #DD273E
Text Example
Text Example
White with #DD273E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD273E; }
p { color: rgb(221,39,62); }
H1.HeaderClassName
{
color: #DD273E;
}
.AnyTagClassName
{
color: #DD273E;
}
</style>
background-color css
<style>
a { background-color: #DD273E; }
a { background-color: rgb(221,39,62); }
div.DivClassName
{
background-color: #DD273E;
}
.BgClassName
{
background-color: #DD273E;
}
</style>
border-color css
<style>
span { border-color: #DD273E; }
span { border-color: rgb(221,39,62); }
td.TdClassName
{
border-color: #DD273E;
}
.TagClassName
{
border-color: #DD273E;
}
</style>