Shades of Alizarin #DC2342
Tints of Alizarin #DC2342
RGB
CMYK
RGB Variations
Color information
#DC2342 (or 0xDC2342) is known color: Alizarin. HEX triplet: DC, 23 and 42. RGB value is (220,35,66). Sum of RGB (Red+Green+Blue) = 220+35+66=321 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.54% from 321); Green value is 35 (14.06% from 255 or 10.90% from 321); Blue value is 66 (26.17% from 255 or 20.56% from 321); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2342 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2342 is #23DCBD. Grayscale: #5D5D5D. Windows color (decimal): -2350270 or 4334556. OLE color: 4334556.
HSL color Cylindrical-coordinate representation of color #DC2342: hue angle of 349.95º 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 #DC2342 is Cyan = 0, Magento = 0.84, Yellow = 0.7 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 35 | 66 | - |
| CMYK | 0 | 0.84 | 0.7 | 0.14 |
| HSL | 349.95º | 0.73% | 0.5% | - |
| HSV(B) | 349.95º | 0.84% | 0.86% | - |
| XYZ | 31.1 | 16.81 | 6.76 | - |
| YUV | 93.85 | 112.29 | 217.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 35 | 66 | 0 | 0.84 | 0.7 | 0.14 | 349.95 | 0.73 | 0.5 |
| Hex | DC | 23 | 42 | 0 | 54 | 46 | E | 15E | 49 | 32 |
| Octal | 334 | 43 | 102 | 0 | 124 | 106 | 16 | 536 | 111 | 62 |
| Binary | 11011100 | 100011 | 1000010 | 0 | 1010100 | 1000110 | 1110 | 101011110 | 1001001 | 110010 |
Color Harmonies of #DC2342
Complementary color
Monochromatic Colors of #DC2342
Black with #DC2342
Text Example
Text Example
White with #DC2342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2342; }
p { color: rgb(220,35,66); }
H1.HeaderClassName
{
color: #DC2342;
}
.AnyTagClassName
{
color: #DC2342;
}
</style>
background-color css
<style>
a { background-color: #DC2342; }
a { background-color: rgb(220,35,66); }
div.DivClassName
{
background-color: #DC2342;
}
.BgClassName
{
background-color: #DC2342;
}
</style>
border-color css
<style>
span { border-color: #DC2342; }
span { border-color: rgb(220,35,66); }
td.TdClassName
{
border-color: #DC2342;
}
.TagClassName
{
border-color: #DC2342;
}
</style>