Shades of Alizarin #D62635
Tints of Alizarin #D62635
RGB
CMYK
RGB Variations
Color information
#D62635 (or 0xD62635) is known color: Alizarin. HEX triplet: D6, 26 and 35. RGB value is (214,38,53). Sum of RGB (Red+Green+Blue) = 214+38+53=305 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.16% from 305); Green value is 38 (15.23% from 255 or 12.46% from 305); Blue value is 53 (21.09% from 255 or 17.38% from 305); Max value from RGB is 214 - color contains mainly: red. Hex color #D62635 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62635 is #29D9CA. Grayscale: #5C5C5C. Windows color (decimal): -2742731 or 3483350. OLE color: 3483350.
HSL color Cylindrical-coordinate representation of color #D62635: hue angle of 354.89º 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 #D62635 is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 38 | 53 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.16 |
| HSL | 354.89º | 0.7% | 0.49% | - |
| HSV(B) | 354.89º | 0.82% | 0.84% | - |
| XYZ | 29.07 | 15.94 | 4.91 | - |
| YUV | 92.33 | 105.81 | 214.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 38 | 53 | 0 | 0.82 | 0.75 | 0.16 | 354.89 | 0.7 | 0.49 |
| Hex | D6 | 26 | 35 | 0 | 52 | 4B | 10 | 163 | 46 | 31 |
| Octal | 326 | 46 | 65 | 0 | 122 | 113 | 20 | 543 | 106 | 61 |
| Binary | 11010110 | 100110 | 110101 | 0 | 1010010 | 1001011 | 10000 | 101100011 | 1000110 | 110001 |
Color Harmonies of #D62635
Complementary color
Monochromatic Colors of #D62635
Black with #D62635
Text Example
Text Example
White with #D62635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62635; }
p { color: rgb(214,38,53); }
H1.HeaderClassName
{
color: #D62635;
}
.AnyTagClassName
{
color: #D62635;
}
</style>
background-color css
<style>
a { background-color: #D62635; }
a { background-color: rgb(214,38,53); }
div.DivClassName
{
background-color: #D62635;
}
.BgClassName
{
background-color: #D62635;
}
</style>
border-color css
<style>
span { border-color: #D62635; }
span { border-color: rgb(214,38,53); }
td.TdClassName
{
border-color: #D62635;
}
.TagClassName
{
border-color: #D62635;
}
</style>