Shades of Alizarin #DC273E
Tints of Alizarin #DC273E
RGB
CMYK
RGB Variations
Color information
#DC273E (or 0xDC273E) is known color: Alizarin. HEX triplet: DC, 27 and 3E. RGB value is (220,39,62). Sum of RGB (Red+Green+Blue) = 220+39+62=321 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.54% from 321); Green value is 39 (15.62% from 255 or 12.15% from 321); Blue value is 62 (24.61% from 255 or 19.31% from 321); Max value from RGB is 220 - color contains mainly: red. Hex color #DC273E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC273E is #23D8C1. Grayscale: #5F5F5F. Windows color (decimal): -2349250 or 4073436. OLE color: 4073436.
HSL color Cylindrical-coordinate representation of color #DC273E: hue angle of 352.38º 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 #DC273E is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 39 | 62 | - |
| CMYK | 0 | 0.82 | 0.72 | 0.14 |
| HSL | 352.38º | 0.72% | 0.51% | - |
| HSV(B) | 352.38º | 0.82% | 0.86% | - |
| XYZ | 31.11 | 17.01 | 6.2 | - |
| YUV | 95.74 | 108.97 | 216.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 39 | 62 | 0 | 0.82 | 0.72 | 0.14 | 352.38 | 0.72 | 0.51 |
| Hex | DC | 27 | 3E | 0 | 52 | 48 | E | 160 | 48 | 33 |
| Octal | 334 | 47 | 76 | 0 | 122 | 110 | 16 | 540 | 110 | 63 |
| Binary | 11011100 | 100111 | 111110 | 0 | 1010010 | 1001000 | 1110 | 101100000 | 1001000 | 110011 |
Color Harmonies of #DC273E
Complementary color
Monochromatic Colors of #DC273E
Black with #DC273E
Text Example
Text Example
White with #DC273E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC273E; }
p { color: rgb(220,39,62); }
H1.HeaderClassName
{
color: #DC273E;
}
.AnyTagClassName
{
color: #DC273E;
}
</style>
background-color css
<style>
a { background-color: #DC273E; }
a { background-color: rgb(220,39,62); }
div.DivClassName
{
background-color: #DC273E;
}
.BgClassName
{
background-color: #DC273E;
}
</style>
border-color css
<style>
span { border-color: #DC273E; }
span { border-color: rgb(220,39,62); }
td.TdClassName
{
border-color: #DC273E;
}
.TagClassName
{
border-color: #DC273E;
}
</style>