Shades of Alizarin #DC273A
Tints of Alizarin #DC273A
RGB
CMYK
RGB Variations
Color information
#DC273A (or 0xDC273A) is known color: Alizarin. HEX triplet: DC, 27 and 3A. RGB value is (220,39,58). Sum of RGB (Red+Green+Blue) = 220+39+58=317 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.40% from 317); Green value is 39 (15.62% from 255 or 12.30% from 317); Blue value is 58 (23.05% from 255 or 18.30% from 317); Max value from RGB is 220 - color contains mainly: red. Hex color #DC273A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC273A is #23D8C5. Grayscale: #5F5F5F. Windows color (decimal): -2349254 or 3811292. OLE color: 3811292.
HSL color Cylindrical-coordinate representation of color #DC273A: hue angle of 353.7º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC273A is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 39 | 58 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.14 |
| HSL | 353.7º | 0.72% | 0.51% | - |
| HSV(B) | 353.7º | 0.82% | 0.86% | - |
| XYZ | 31 | 16.97 | 5.64 | - |
| YUV | 95.29 | 106.97 | 216.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 39 | 58 | 0 | 0.82 | 0.74 | 0.14 | 353.7 | 0.72 | 0.51 |
| Hex | DC | 27 | 3A | 0 | 52 | 4A | E | 162 | 48 | 33 |
| Octal | 334 | 47 | 72 | 0 | 122 | 112 | 16 | 542 | 110 | 63 |
| Binary | 11011100 | 100111 | 111010 | 0 | 1010010 | 1001010 | 1110 | 101100010 | 1001000 | 110011 |
Color Harmonies of #DC273A
Complementary color
Monochromatic Colors of #DC273A
Black with #DC273A
Text Example
Text Example
White with #DC273A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC273A; }
p { color: rgb(220,39,58); }
H1.HeaderClassName
{
color: #DC273A;
}
.AnyTagClassName
{
color: #DC273A;
}
</style>
background-color css
<style>
a { background-color: #DC273A; }
a { background-color: rgb(220,39,58); }
div.DivClassName
{
background-color: #DC273A;
}
.BgClassName
{
background-color: #DC273A;
}
</style>
border-color css
<style>
span { border-color: #DC273A; }
span { border-color: rgb(220,39,58); }
td.TdClassName
{
border-color: #DC273A;
}
.TagClassName
{
border-color: #DC273A;
}
</style>