Shades of Alizarin #DC263E
Tints of Alizarin #DC263E
RGB
CMYK
RGB Variations
Color information
#DC263E (or 0xDC263E) is known color: Alizarin. HEX triplet: DC, 26 and 3E. RGB value is (220,38,62). Sum of RGB (Red+Green+Blue) = 220+38+62=320 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.75% from 320); Green value is 38 (15.23% from 255 or 11.88% from 320); Blue value is 62 (24.61% from 255 or 19.38% from 320); Max value from RGB is 220 - color contains mainly: red. Hex color #DC263E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC263E is #23D9C1. Grayscale: #5F5F5F. Windows color (decimal): -2349506 or 4073180. OLE color: 4073180.
HSL color Cylindrical-coordinate representation of color #DC263E: hue angle of 352.09º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC263E is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 38 | 62 | - |
| CMYK | 0 | 0.83 | 0.72 | 0.14 |
| HSL | 352.09º | 0.72% | 0.51% | - |
| HSV(B) | 352.09º | 0.83% | 0.86% | - |
| XYZ | 31.08 | 16.95 | 6.19 | - |
| YUV | 95.15 | 109.3 | 217.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 38 | 62 | 0 | 0.83 | 0.72 | 0.14 | 352.09 | 0.72 | 0.51 |
| Hex | DC | 26 | 3E | 0 | 53 | 48 | E | 160 | 48 | 33 |
| Octal | 334 | 46 | 76 | 0 | 123 | 110 | 16 | 540 | 110 | 63 |
| Binary | 11011100 | 100110 | 111110 | 0 | 1010011 | 1001000 | 1110 | 101100000 | 1001000 | 110011 |
Color Harmonies of #DC263E
Complementary color
Monochromatic Colors of #DC263E
Black with #DC263E
Text Example
Text Example
White with #DC263E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC263E; }
p { color: rgb(220,38,62); }
H1.HeaderClassName
{
color: #DC263E;
}
.AnyTagClassName
{
color: #DC263E;
}
</style>
background-color css
<style>
a { background-color: #DC263E; }
a { background-color: rgb(220,38,62); }
div.DivClassName
{
background-color: #DC263E;
}
.BgClassName
{
background-color: #DC263E;
}
</style>
border-color css
<style>
span { border-color: #DC263E; }
span { border-color: rgb(220,38,62); }
td.TdClassName
{
border-color: #DC263E;
}
.TagClassName
{
border-color: #DC263E;
}
</style>