Shades of Alizarin #D82C38
Tints of Alizarin #D82C38
RGB
CMYK
RGB Variations
Color information
#D82C38 (or 0xD82C38) is known color: Alizarin. HEX triplet: D8, 2C and 38. RGB value is (216,44,56). Sum of RGB (Red+Green+Blue) = 216+44+56=316 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.35% from 316); Green value is 44 (17.58% from 255 or 13.92% from 316); Blue value is 56 (22.27% from 255 or 17.72% from 316); Max value from RGB is 216 - color contains mainly: red. Hex color #D82C38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82C38 is #27D3C7. Grayscale: #606060. Windows color (decimal): -2610120 or 3681496. OLE color: 3681496.
HSL color Cylindrical-coordinate representation of color #D82C38: hue angle of 355.81º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D82C38 is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 44 | 56 | - |
| CMYK | 0 | 0.80 | 0.74 | 0.15 |
| HSL | 355.81º | 0.69% | 0.51% | - |
| HSV(B) | 355.81º | 0.8% | 0.85% | - |
| XYZ | 29.93 | 16.69 | 5.38 | - |
| YUV | 96.8 | 104.98 | 213.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 44 | 56 | 0 | 0.80 | 0.74 | 0.15 | 355.81 | 0.69 | 0.51 |
| Hex | D8 | 2C | 38 | 0 | 50 | 4A | F | 164 | 45 | 33 |
| Octal | 330 | 54 | 70 | 0 | 120 | 112 | 17 | 544 | 105 | 63 |
| Binary | 11011000 | 101100 | 111000 | 0 | 1010000 | 1001010 | 1111 | 101100100 | 1000101 | 110011 |
Color Harmonies of #D82C38
Complementary color
Monochromatic Colors of #D82C38
Black with #D82C38
Text Example
Text Example
White with #D82C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82C38; }
p { color: rgb(216,44,56); }
H1.HeaderClassName
{
color: #D82C38;
}
.AnyTagClassName
{
color: #D82C38;
}
</style>
background-color css
<style>
a { background-color: #D82C38; }
a { background-color: rgb(216,44,56); }
div.DivClassName
{
background-color: #D82C38;
}
.BgClassName
{
background-color: #D82C38;
}
</style>
border-color css
<style>
span { border-color: #D82C38; }
span { border-color: rgb(216,44,56); }
td.TdClassName
{
border-color: #D82C38;
}
.TagClassName
{
border-color: #D82C38;
}
</style>