Shades of Crimson #D90644
Tints of Crimson #D90644
RGB
CMYK
RGB Variations
Color information
#D90644 (or 0xD90644) is known color: Crimson. HEX triplet: D9, 06 and 44. RGB value is (217,6,68). Sum of RGB (Red+Green+Blue) = 217+6+68=291 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.57% from 291); Green value is 6 (2.73% from 255 or 2.06% from 291); Blue value is 68 (26.95% from 255 or 23.37% from 291); Max value from RGB is 217 - color contains mainly: red. Hex color #D90644 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90644 is #26F9BB. Grayscale: #4C4C4C. Windows color (decimal): -2554300 or 4458201. OLE color: 4458201.
HSL color Cylindrical-coordinate representation of color #D90644: hue angle of 342.37º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D90644 is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 6 | 68 | - |
| CMYK | 0 | 0.97 | 0.69 | 0.15 |
| HSL | 342.37º | 0.95% | 0.44% | - |
| HSV(B) | 342.37º | 0.97% | 0.85% | - |
| XYZ | 29.72 | 15.3 | 6.86 | - |
| YUV | 76.16 | 123.4 | 228.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 6 | 68 | 0 | 0.97 | 0.69 | 0.15 | 342.37 | 0.95 | 0.44 |
| Hex | D9 | 6 | 44 | 0 | 61 | 45 | F | 156 | 5F | 2C |
| Octal | 331 | 6 | 104 | 0 | 141 | 105 | 17 | 526 | 137 | 54 |
| Binary | 11011001 | 110 | 1000100 | 0 | 1100001 | 1000101 | 1111 | 101010110 | 1011111 | 101100 |
Color Harmonies of #D90644
Complementary color
Monochromatic Colors of #D90644
Black with #D90644
Text Example
Text Example
White with #D90644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90644; }
p { color: rgb(217,6,68); }
H1.HeaderClassName
{
color: #D90644;
}
.AnyTagClassName
{
color: #D90644;
}
</style>
background-color css
<style>
a { background-color: #D90644; }
a { background-color: rgb(217,6,68); }
div.DivClassName
{
background-color: #D90644;
}
.BgClassName
{
background-color: #D90644;
}
</style>
border-color css
<style>
span { border-color: #D90644; }
span { border-color: rgb(217,6,68); }
td.TdClassName
{
border-color: #D90644;
}
.TagClassName
{
border-color: #D90644;
}
</style>