Shades of Alizarin #DC3335
Tints of Alizarin #DC3335
RGB
CMYK
RGB Variations
Color information
#DC3335 (or 0xDC3335) is known color: Alizarin. HEX triplet: DC, 33 and 35. RGB value is (220,51,53). Sum of RGB (Red+Green+Blue) = 220+51+53=324 (42% of max value = 765). Red value is 220 (86.33% from 255 or 67.90% from 324); Green value is 51 (20.31% from 255 or 15.74% from 324); Blue value is 53 (21.09% from 255 or 16.36% from 324); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3335 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC3335 is #23CCCA. Grayscale: #656565. Windows color (decimal): -2346187 or 3486684. OLE color: 3486684.
HSL color Cylindrical-coordinate representation of color #DC3335: hue angle of 359.29º 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 #DC3335 is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 51 | 53 | - |
| CMYK | 0 | 0.77 | 0.76 | 0.14 |
| HSL | 359.29º | 0.71% | 0.53% | - |
| HSV(B) | 359.29º | 0.77% | 0.86% | - |
| XYZ | 31.34 | 17.84 | 5.16 | - |
| YUV | 101.76 | 100.49 | 212.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 51 | 53 | 0 | 0.77 | 0.76 | 0.14 | 359.29 | 0.71 | 0.53 |
| Hex | DC | 33 | 35 | 0 | 4D | 4C | E | 167 | 47 | 35 |
| Octal | 334 | 63 | 65 | 0 | 115 | 114 | 16 | 547 | 107 | 65 |
| Binary | 11011100 | 110011 | 110101 | 0 | 1001101 | 1001100 | 1110 | 101100111 | 1000111 | 110101 |
Color Harmonies of #DC3335
Complementary color
Monochromatic Colors of #DC3335
Black with #DC3335
Text Example
Text Example
White with #DC3335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3335; }
p { color: rgb(220,51,53); }
H1.HeaderClassName
{
color: #DC3335;
}
.AnyTagClassName
{
color: #DC3335;
}
</style>
background-color css
<style>
a { background-color: #DC3335; }
a { background-color: rgb(220,51,53); }
div.DivClassName
{
background-color: #DC3335;
}
.BgClassName
{
background-color: #DC3335;
}
</style>
border-color css
<style>
span { border-color: #DC3335; }
span { border-color: rgb(220,51,53); }
td.TdClassName
{
border-color: #DC3335;
}
.TagClassName
{
border-color: #DC3335;
}
</style>