Shades of Alizarin #DC3643
Tints of Alizarin #DC3643
RGB
CMYK
RGB Variations
Color information
#DC3643 (or 0xDC3643) is known color: Alizarin. HEX triplet: DC, 36 and 43. RGB value is (220,54,67). Sum of RGB (Red+Green+Blue) = 220+54+67=341 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.52% from 341); Green value is 54 (21.48% from 255 or 15.84% from 341); Blue value is 67 (26.56% from 255 or 19.65% from 341); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3643 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3643 is #23C9BC. Grayscale: #696969. Windows color (decimal): -2345405 or 4404956. OLE color: 4404956.
HSL color Cylindrical-coordinate representation of color #DC3643: hue angle of 355.3º 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 #DC3643 is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 54 | 67 | - |
| CMYK | 0 | 0.75 | 0.70 | 0.14 |
| HSL | 355.3º | 0.7% | 0.54% | - |
| HSV(B) | 355.3º | 0.75% | 0.86% | - |
| XYZ | 31.85 | 18.26 | 7.16 | - |
| YUV | 105.12 | 106.5 | 209.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 54 | 67 | 0 | 0.75 | 0.70 | 0.14 | 355.3 | 0.7 | 0.54 |
| Hex | DC | 36 | 43 | 0 | 4B | 46 | E | 163 | 46 | 36 |
| Octal | 334 | 66 | 103 | 0 | 113 | 106 | 16 | 543 | 106 | 66 |
| Binary | 11011100 | 110110 | 1000011 | 0 | 1001011 | 1000110 | 1110 | 101100011 | 1000110 | 110110 |
Color Harmonies of #DC3643
Complementary color
Monochromatic Colors of #DC3643
Black with #DC3643
Text Example
Text Example
White with #DC3643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3643; }
p { color: rgb(220,54,67); }
H1.HeaderClassName
{
color: #DC3643;
}
.AnyTagClassName
{
color: #DC3643;
}
</style>
background-color css
<style>
a { background-color: #DC3643; }
a { background-color: rgb(220,54,67); }
div.DivClassName
{
background-color: #DC3643;
}
.BgClassName
{
background-color: #DC3643;
}
</style>
border-color css
<style>
span { border-color: #DC3643; }
span { border-color: rgb(220,54,67); }
td.TdClassName
{
border-color: #DC3643;
}
.TagClassName
{
border-color: #DC3643;
}
</style>