Shades of Crimson #D21645
Tints of Crimson #D21645
RGB
CMYK
RGB Variations
Color information
#D21645 (or 0xD21645) is known color: Crimson. HEX triplet: D2, 16 and 45. RGB value is (210,22,69). Sum of RGB (Red+Green+Blue) = 210+22+69=301 (39% of max value = 765). Red value is 210 (82.42% from 255 or 69.77% from 301); Green value is 22 (8.98% from 255 or 7.31% from 301); Blue value is 69 (27.34% from 255 or 22.92% from 301); Max value from RGB is 210 - color contains mainly: red. Hex color #D21645 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D21645 is #2DE9BA. Grayscale: #535353. Windows color (decimal): -3008955 or 4527826. OLE color: 4527826.
HSL color Cylindrical-coordinate representation of color #D21645: hue angle of 345º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D21645 is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 22 | 69 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.18 |
| HSL | 345º | 0.81% | 0.45% | - |
| HSV(B) | 345º | 0.9% | 0.82% | - |
| XYZ | 27.94 | 14.71 | 7 | - |
| YUV | 83.57 | 119.78 | 218.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 22 | 69 | 0 | 0.90 | 0.67 | 0.18 | 345 | 0.81 | 0.45 |
| Hex | D2 | 16 | 45 | 0 | 5A | 43 | 12 | 159 | 51 | 2D |
| Octal | 322 | 26 | 105 | 0 | 132 | 103 | 22 | 531 | 121 | 55 |
| Binary | 11010010 | 10110 | 1000101 | 0 | 1011010 | 1000011 | 10010 | 101011001 | 1010001 | 101101 |
Color Harmonies of #D21645
Complementary color
Monochromatic Colors of #D21645
Black with #D21645
Text Example
Text Example
White with #D21645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21645; }
p { color: rgb(210,22,69); }
H1.HeaderClassName
{
color: #D21645;
}
.AnyTagClassName
{
color: #D21645;
}
</style>
background-color css
<style>
a { background-color: #D21645; }
a { background-color: rgb(210,22,69); }
div.DivClassName
{
background-color: #D21645;
}
.BgClassName
{
background-color: #D21645;
}
</style>
border-color css
<style>
span { border-color: #D21645; }
span { border-color: rgb(210,22,69); }
td.TdClassName
{
border-color: #D21645;
}
.TagClassName
{
border-color: #D21645;
}
</style>