Shades of Alizarin #DC262B
Tints of Alizarin #DC262B
RGB
CMYK
RGB Variations
Color information
#DC262B (or 0xDC262B) is known color: Alizarin. HEX triplet: DC, 26 and 2B. RGB value is (220,38,43). Sum of RGB (Red+Green+Blue) = 220+38+43=301 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.09% from 301); Green value is 38 (15.23% from 255 or 12.62% from 301); Blue value is 43 (17.19% from 255 or 14.29% from 301); Max value from RGB is 220 - color contains mainly: red. Hex color #DC262B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC262B is #23D9D4. Grayscale: #5D5D5D. Windows color (decimal): -2349525 or 2827996. OLE color: 2827996.
HSL color Cylindrical-coordinate representation of color #DC262B: hue angle of 358.35º 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 #DC262B is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 38 | 43 | - |
| CMYK | 0 | 0.83 | 0.80 | 0.14 |
| HSL | 358.35º | 0.72% | 0.51% | - |
| HSV(B) | 358.35º | 0.83% | 0.86% | - |
| XYZ | 30.64 | 16.78 | 3.91 | - |
| YUV | 92.99 | 99.8 | 218.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 38 | 43 | 0 | 0.83 | 0.80 | 0.14 | 358.35 | 0.72 | 0.51 |
| Hex | DC | 26 | 2B | 0 | 53 | 50 | E | 166 | 48 | 33 |
| Octal | 334 | 46 | 53 | 0 | 123 | 120 | 16 | 546 | 110 | 63 |
| Binary | 11011100 | 100110 | 101011 | 0 | 1010011 | 1010000 | 1110 | 101100110 | 1001000 | 110011 |
Color Harmonies of #DC262B
Complementary color
Monochromatic Colors of #DC262B
Black with #DC262B
Text Example
Text Example
White with #DC262B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC262B; }
p { color: rgb(220,38,43); }
H1.HeaderClassName
{
color: #DC262B;
}
.AnyTagClassName
{
color: #DC262B;
}
</style>
background-color css
<style>
a { background-color: #DC262B; }
a { background-color: rgb(220,38,43); }
div.DivClassName
{
background-color: #DC262B;
}
.BgClassName
{
background-color: #DC262B;
}
</style>
border-color css
<style>
span { border-color: #DC262B; }
span { border-color: rgb(220,38,43); }
td.TdClassName
{
border-color: #DC262B;
}
.TagClassName
{
border-color: #DC262B;
}
</style>