Shades of Alizarin #DC3641
Tints of Alizarin #DC3641
RGB
CMYK
RGB Variations
Color information
#DC3641 (or 0xDC3641) is known color: Alizarin. HEX triplet: DC, 36 and 41. RGB value is (220,54,65). Sum of RGB (Red+Green+Blue) = 220+54+65=339 (44% of max value = 765). Red value is 220 (86.33% from 255 or 64.90% from 339); Green value is 54 (21.48% from 255 or 15.93% from 339); Blue value is 65 (25.78% from 255 or 19.17% from 339); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3641 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3641 is #23C9BE. Grayscale: #696969. Windows color (decimal): -2345407 or 4273884. OLE color: 4273884.
HSL color Cylindrical-coordinate representation of color #DC3641: hue angle of 356.02º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC3641 is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 54 | 65 | - |
| CMYK | 0 | 0.75 | 0.70 | 0.14 |
| HSL | 356.02º | 0.7% | 0.54% | - |
| HSV(B) | 356.02º | 0.75% | 0.86% | - |
| XYZ | 31.79 | 18.24 | 6.85 | - |
| YUV | 104.89 | 105.5 | 210.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 54 | 65 | 0 | 0.75 | 0.70 | 0.14 | 356.02 | 0.7 | 0.54 |
| Hex | DC | 36 | 41 | 0 | 4B | 46 | E | 164 | 46 | 36 |
| Octal | 334 | 66 | 101 | 0 | 113 | 106 | 16 | 544 | 106 | 66 |
| Binary | 11011100 | 110110 | 1000001 | 0 | 1001011 | 1000110 | 1110 | 101100100 | 1000110 | 110110 |
Color Harmonies of #DC3641
Complementary color
Monochromatic Colors of #DC3641
Black with #DC3641
Text Example
Text Example
White with #DC3641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3641; }
p { color: rgb(220,54,65); }
H1.HeaderClassName
{
color: #DC3641;
}
.AnyTagClassName
{
color: #DC3641;
}
</style>
background-color css
<style>
a { background-color: #DC3641; }
a { background-color: rgb(220,54,65); }
div.DivClassName
{
background-color: #DC3641;
}
.BgClassName
{
background-color: #DC3641;
}
</style>
border-color css
<style>
span { border-color: #DC3641; }
span { border-color: rgb(220,54,65); }
td.TdClassName
{
border-color: #DC3641;
}
.TagClassName
{
border-color: #DC3641;
}
</style>