Shades of Alizarin #DC273B
Tints of Alizarin #DC273B
RGB
CMYK
RGB Variations
Color information
#DC273B (or 0xDC273B) is known color: Alizarin. HEX triplet: DC, 27 and 3B. RGB value is (220,39,59). Sum of RGB (Red+Green+Blue) = 220+39+59=318 (42% of max value = 765). Red value is 220 (86.33% from 255 or 69.18% from 318); Green value is 39 (15.62% from 255 or 12.26% from 318); Blue value is 59 (23.44% from 255 or 18.55% from 318); Max value from RGB is 220 - color contains mainly: red. Hex color #DC273B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC273B is #23D8C4. Grayscale: #5F5F5F. Windows color (decimal): -2349253 or 3876828. OLE color: 3876828.
HSL color Cylindrical-coordinate representation of color #DC273B: hue angle of 353.37º 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 #DC273B is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 39 | 59 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.14 |
| HSL | 353.37º | 0.72% | 0.51% | - |
| HSV(B) | 353.37º | 0.82% | 0.86% | - |
| XYZ | 31.03 | 16.98 | 5.78 | - |
| YUV | 95.4 | 107.47 | 216.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 39 | 59 | 0 | 0.82 | 0.73 | 0.14 | 353.37 | 0.72 | 0.51 |
| Hex | DC | 27 | 3B | 0 | 52 | 49 | E | 161 | 48 | 33 |
| Octal | 334 | 47 | 73 | 0 | 122 | 111 | 16 | 541 | 110 | 63 |
| Binary | 11011100 | 100111 | 111011 | 0 | 1010010 | 1001001 | 1110 | 101100001 | 1001000 | 110011 |
Color Harmonies of #DC273B
Complementary color
Monochromatic Colors of #DC273B
Black with #DC273B
Text Example
Text Example
White with #DC273B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC273B; }
p { color: rgb(220,39,59); }
H1.HeaderClassName
{
color: #DC273B;
}
.AnyTagClassName
{
color: #DC273B;
}
</style>
background-color css
<style>
a { background-color: #DC273B; }
a { background-color: rgb(220,39,59); }
div.DivClassName
{
background-color: #DC273B;
}
.BgClassName
{
background-color: #DC273B;
}
</style>
border-color css
<style>
span { border-color: #DC273B; }
span { border-color: rgb(220,39,59); }
td.TdClassName
{
border-color: #DC273B;
}
.TagClassName
{
border-color: #DC273B;
}
</style>