Shades of Alizarin #DC3339
Tints of Alizarin #DC3339
RGB
CMYK
RGB Variations
Color information
#DC3339 (or 0xDC3339) is known color: Alizarin. HEX triplet: DC, 33 and 39. RGB value is (220,51,57). Sum of RGB (Red+Green+Blue) = 220+51+57=328 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.07% from 328); Green value is 51 (20.31% from 255 or 15.55% from 328); Blue value is 57 (22.66% from 255 or 17.38% from 328); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3339 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3339 is #23CCC6. Grayscale: #666666. Windows color (decimal): -2346183 or 3748828. OLE color: 3748828.
HSL color Cylindrical-coordinate representation of color #DC3339: hue angle of 357.87º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC3339 is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 51 | 57 | - |
| CMYK | 0 | 0.77 | 0.74 | 0.14 |
| HSL | 357.87º | 0.71% | 0.53% | - |
| HSV(B) | 357.87º | 0.77% | 0.86% | - |
| XYZ | 31.44 | 17.88 | 5.66 | - |
| YUV | 102.22 | 102.49 | 212.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 51 | 57 | 0 | 0.77 | 0.74 | 0.14 | 357.87 | 0.71 | 0.53 |
| Hex | DC | 33 | 39 | 0 | 4D | 4A | E | 166 | 47 | 35 |
| Octal | 334 | 63 | 71 | 0 | 115 | 112 | 16 | 546 | 107 | 65 |
| Binary | 11011100 | 110011 | 111001 | 0 | 1001101 | 1001010 | 1110 | 101100110 | 1000111 | 110101 |
Color Harmonies of #DC3339
Complementary color
Monochromatic Colors of #DC3339
Black with #DC3339
Text Example
Text Example
White with #DC3339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3339; }
p { color: rgb(220,51,57); }
H1.HeaderClassName
{
color: #DC3339;
}
.AnyTagClassName
{
color: #DC3339;
}
</style>
background-color css
<style>
a { background-color: #DC3339; }
a { background-color: rgb(220,51,57); }
div.DivClassName
{
background-color: #DC3339;
}
.BgClassName
{
background-color: #DC3339;
}
</style>
border-color css
<style>
span { border-color: #DC3339; }
span { border-color: rgb(220,51,57); }
td.TdClassName
{
border-color: #DC3339;
}
.TagClassName
{
border-color: #DC3339;
}
</style>