Shades of Alizarin #DD273F
Tints of Alizarin #DD273F
RGB
CMYK
RGB Variations
Color information
#DD273F (or 0xDD273F) is known color: Alizarin. HEX triplet: DD, 27 and 3F. RGB value is (221,39,63). Sum of RGB (Red+Green+Blue) = 221+39+63=323 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.42% from 323); Green value is 39 (15.62% from 255 or 12.07% from 323); Blue value is 63 (25% from 255 or 19.50% from 323); Max value from RGB is 221 - color contains mainly: red. Hex color #DD273F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD273F is #22D8C0. Grayscale: #606060. Windows color (decimal): -2283713 or 4138973. OLE color: 4138973.
HSL color Cylindrical-coordinate representation of color #DD273F: hue angle of 352.09º 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 #DD273F is Cyan = 0, Magento = 0.82, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 39 | 63 | - |
| CMYK | 0 | 0.82 | 0.71 | 0.13 |
| HSL | 352.09º | 0.73% | 0.51% | - |
| HSV(B) | 352.09º | 0.82% | 0.87% | - |
| XYZ | 31.44 | 17.18 | 6.36 | - |
| YUV | 96.15 | 109.3 | 217.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 39 | 63 | 0 | 0.82 | 0.71 | 0.13 | 352.09 | 0.73 | 0.51 |
| Hex | DD | 27 | 3F | 0 | 52 | 47 | D | 160 | 49 | 33 |
| Octal | 335 | 47 | 77 | 0 | 122 | 107 | 15 | 540 | 111 | 63 |
| Binary | 11011101 | 100111 | 111111 | 0 | 1010010 | 1000111 | 1101 | 101100000 | 1001001 | 110011 |
Color Harmonies of #DD273F
Complementary color
Monochromatic Colors of #DD273F
Black with #DD273F
Text Example
Text Example
White with #DD273F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD273F; }
p { color: rgb(221,39,63); }
H1.HeaderClassName
{
color: #DD273F;
}
.AnyTagClassName
{
color: #DD273F;
}
</style>
background-color css
<style>
a { background-color: #DD273F; }
a { background-color: rgb(221,39,63); }
div.DivClassName
{
background-color: #DD273F;
}
.BgClassName
{
background-color: #DD273F;
}
</style>
border-color css
<style>
span { border-color: #DD273F; }
span { border-color: rgb(221,39,63); }
td.TdClassName
{
border-color: #DD273F;
}
.TagClassName
{
border-color: #DD273F;
}
</style>