Shades of Alizarin #DC2530
Tints of Alizarin #DC2530
RGB
CMYK
RGB Variations
Color information
#DC2530 (or 0xDC2530) is known color: Alizarin. HEX triplet: DC, 25 and 30. RGB value is (220,37,48). Sum of RGB (Red+Green+Blue) = 220+37+48=305 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.13% from 305); Green value is 37 (14.84% from 255 or 12.13% from 305); Blue value is 48 (19.14% from 255 or 15.74% from 305); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2530 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2530 is #23DACF. Grayscale: #5D5D5D. Windows color (decimal): -2349776 or 3155420. OLE color: 3155420.
HSL color Cylindrical-coordinate representation of color #DC2530: hue angle of 356.39º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC2530 is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 37 | 48 | - |
| CMYK | 0 | 0.83 | 0.78 | 0.14 |
| HSL | 356.39º | 0.72% | 0.5% | - |
| HSV(B) | 356.39º | 0.83% | 0.86% | - |
| XYZ | 30.71 | 16.75 | 4.41 | - |
| YUV | 92.97 | 102.63 | 218.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 37 | 48 | 0 | 0.83 | 0.78 | 0.14 | 356.39 | 0.72 | 0.5 |
| Hex | DC | 25 | 30 | 0 | 53 | 4E | E | 164 | 48 | 32 |
| Octal | 334 | 45 | 60 | 0 | 123 | 116 | 16 | 544 | 110 | 62 |
| Binary | 11011100 | 100101 | 110000 | 0 | 1010011 | 1001110 | 1110 | 101100100 | 1001000 | 110010 |
Color Harmonies of #DC2530
Complementary color
Monochromatic Colors of #DC2530
Black with #DC2530
Text Example
Text Example
White with #DC2530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2530; }
p { color: rgb(220,37,48); }
H1.HeaderClassName
{
color: #DC2530;
}
.AnyTagClassName
{
color: #DC2530;
}
</style>
background-color css
<style>
a { background-color: #DC2530; }
a { background-color: rgb(220,37,48); }
div.DivClassName
{
background-color: #DC2530;
}
.BgClassName
{
background-color: #DC2530;
}
</style>
border-color css
<style>
span { border-color: #DC2530; }
span { border-color: rgb(220,37,48); }
td.TdClassName
{
border-color: #DC2530;
}
.TagClassName
{
border-color: #DC2530;
}
</style>