Shades of Alizarin #DC273D
Tints of Alizarin #DC273D
RGB
CMYK
RGB Variations
Color information
#DC273D (or 0xDC273D) is known color: Alizarin. HEX triplet: DC, 27 and 3D. RGB value is (220,39,61). Sum of RGB (Red+Green+Blue) = 220+39+61=320 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.75% from 320); Green value is 39 (15.62% from 255 or 12.19% from 320); Blue value is 61 (24.22% from 255 or 19.06% from 320); Max value from RGB is 220 - color contains mainly: red. Hex color #DC273D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC273D is #23D8C2. Grayscale: #5F5F5F. Windows color (decimal): -2349251 or 4007900. OLE color: 4007900.
HSL color Cylindrical-coordinate representation of color #DC273D: hue angle of 352.71º 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 #DC273D is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 39 | 61 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.14 |
| HSL | 352.71º | 0.72% | 0.51% | - |
| HSV(B) | 352.71º | 0.82% | 0.86% | - |
| XYZ | 31.08 | 17 | 6.06 | - |
| YUV | 95.63 | 108.47 | 216.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 39 | 61 | 0 | 0.82 | 0.72 | 0.14 | 352.71 | 0.72 | 0.51 |
| Hex | DC | 27 | 3D | 0 | 52 | 48 | E | 161 | 48 | 33 |
| Octal | 334 | 47 | 75 | 0 | 122 | 110 | 16 | 541 | 110 | 63 |
| Binary | 11011100 | 100111 | 111101 | 0 | 1010010 | 1001000 | 1110 | 101100001 | 1001000 | 110011 |
Color Harmonies of #DC273D
Complementary color
Monochromatic Colors of #DC273D
Black with #DC273D
Text Example
Text Example
White with #DC273D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC273D; }
p { color: rgb(220,39,61); }
H1.HeaderClassName
{
color: #DC273D;
}
.AnyTagClassName
{
color: #DC273D;
}
</style>
background-color css
<style>
a { background-color: #DC273D; }
a { background-color: rgb(220,39,61); }
div.DivClassName
{
background-color: #DC273D;
}
.BgClassName
{
background-color: #DC273D;
}
</style>
border-color css
<style>
span { border-color: #DC273D; }
span { border-color: rgb(220,39,61); }
td.TdClassName
{
border-color: #DC273D;
}
.TagClassName
{
border-color: #DC273D;
}
</style>