Shades of Alizarin #DC2341
Tints of Alizarin #DC2341
RGB
CMYK
RGB Variations
Color information
#DC2341 (or 0xDC2341) is known color: Alizarin. HEX triplet: DC, 23 and 41. RGB value is (220,35,65). Sum of RGB (Red+Green+Blue) = 220+35+65=320 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.75% from 320); Green value is 35 (14.06% from 255 or 10.94% from 320); Blue value is 65 (25.78% from 255 or 20.31% from 320); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2341 is #23DCBE. Grayscale: #5D5D5D. Windows color (decimal): -2350271 or 4269020. OLE color: 4269020.
HSL color Cylindrical-coordinate representation of color #DC2341: hue angle of 350.27º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC2341 is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 35 | 65 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.14 |
| HSL | 350.27º | 0.73% | 0.5% | - |
| HSV(B) | 350.27º | 0.84% | 0.86% | - |
| XYZ | 31.07 | 16.8 | 6.61 | - |
| YUV | 93.74 | 111.79 | 218.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 35 | 65 | 0 | 0.84 | 0.70 | 0.14 | 350.27 | 0.73 | 0.5 |
| Hex | DC | 23 | 41 | 0 | 54 | 46 | E | 15E | 49 | 32 |
| Octal | 334 | 43 | 101 | 0 | 124 | 106 | 16 | 536 | 111 | 62 |
| Binary | 11011100 | 100011 | 1000001 | 0 | 1010100 | 1000110 | 1110 | 101011110 | 1001001 | 110010 |
Color Harmonies of #DC2341
Complementary color
Monochromatic Colors of #DC2341
Black with #DC2341
Text Example
Text Example
White with #DC2341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2341; }
p { color: rgb(220,35,65); }
H1.HeaderClassName
{
color: #DC2341;
}
.AnyTagClassName
{
color: #DC2341;
}
</style>
background-color css
<style>
a { background-color: #DC2341; }
a { background-color: rgb(220,35,65); }
div.DivClassName
{
background-color: #DC2341;
}
.BgClassName
{
background-color: #DC2341;
}
</style>
border-color css
<style>
span { border-color: #DC2341; }
span { border-color: rgb(220,35,65); }
td.TdClassName
{
border-color: #DC2341;
}
.TagClassName
{
border-color: #DC2341;
}
</style>