Shades of Alizarin #D62629
Tints of Alizarin #D62629
RGB
CMYK
RGB Variations
Color information
#D62629 (or 0xD62629) is known color: Alizarin. HEX triplet: D6, 26 and 29. RGB value is (214,38,41). Sum of RGB (Red+Green+Blue) = 214+38+41=293 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.04% from 293); Green value is 38 (15.23% from 255 or 12.97% from 293); Blue value is 41 (16.41% from 255 or 13.99% from 293); Max value from RGB is 214 - color contains mainly: red. Hex color #D62629 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62629 is #29D9D6. Grayscale: #5B5B5B. Windows color (decimal): -2742743 or 2696918. OLE color: 2696918.
HSL color Cylindrical-coordinate representation of color #D62629: hue angle of 358.98º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D62629 is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 38 | 41 | - |
| CMYK | 0 | 0.82 | 0.81 | 0.16 |
| HSL | 358.98º | 0.7% | 0.49% | - |
| HSV(B) | 358.98º | 0.82% | 0.84% | - |
| XYZ | 28.82 | 15.84 | 3.64 | - |
| YUV | 90.97 | 99.81 | 215.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 38 | 41 | 0 | 0.82 | 0.81 | 0.16 | 358.98 | 0.7 | 0.49 |
| Hex | D6 | 26 | 29 | 0 | 52 | 51 | 10 | 167 | 46 | 31 |
| Octal | 326 | 46 | 51 | 0 | 122 | 121 | 20 | 547 | 106 | 61 |
| Binary | 11010110 | 100110 | 101001 | 0 | 1010010 | 1010001 | 10000 | 101100111 | 1000110 | 110001 |
Color Harmonies of #D62629
Complementary color
Monochromatic Colors of #D62629
Black with #D62629
Text Example
Text Example
White with #D62629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62629; }
p { color: rgb(214,38,41); }
H1.HeaderClassName
{
color: #D62629;
}
.AnyTagClassName
{
color: #D62629;
}
</style>
background-color css
<style>
a { background-color: #D62629; }
a { background-color: rgb(214,38,41); }
div.DivClassName
{
background-color: #D62629;
}
.BgClassName
{
background-color: #D62629;
}
</style>
border-color css
<style>
span { border-color: #D62629; }
span { border-color: rgb(214,38,41); }
td.TdClassName
{
border-color: #D62629;
}
.TagClassName
{
border-color: #D62629;
}
</style>