Shades of Crimson #D90345
Tints of Crimson #D90345
RGB
CMYK
RGB Variations
Color information
#D90345 (or 0xD90345) is known color: Crimson. HEX triplet: D9, 03 and 45. RGB value is (217,3,69). Sum of RGB (Red+Green+Blue) = 217+3+69=289 (38% of max value = 765). Red value is 217 (85.16% from 255 or 75.09% from 289); Green value is 3 (1.56% from 255 or 1.04% from 289); Blue value is 69 (27.34% from 255 or 23.88% from 289); Max value from RGB is 217 - color contains mainly: red. Hex color #D90345 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90345 is #26FCBA. Grayscale: #4A4A4A. Windows color (decimal): -2555067 or 4522969. OLE color: 4522969.
HSL color Cylindrical-coordinate representation of color #D90345: hue angle of 341.5º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D90345 is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 3 | 69 | - |
| CMYK | 0 | 0.99 | 0.68 | 0.15 |
| HSL | 341.5º | 0.97% | 0.43% | - |
| HSV(B) | 341.5º | 0.99% | 0.85% | - |
| XYZ | 29.72 | 15.25 | 7.01 | - |
| YUV | 74.51 | 124.9 | 229.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 3 | 69 | 0 | 0.99 | 0.68 | 0.15 | 341.5 | 0.97 | 0.43 |
| Hex | D9 | 3 | 45 | 0 | 63 | 44 | F | 155 | 61 | 2B |
| Octal | 331 | 3 | 105 | 0 | 143 | 104 | 17 | 525 | 141 | 53 |
| Binary | 11011001 | 11 | 1000101 | 0 | 1100011 | 1000100 | 1111 | 101010101 | 1100001 | 101011 |
Color Harmonies of #D90345
Complementary color
Monochromatic Colors of #D90345
Black with #D90345
Text Example
Text Example
White with #D90345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90345; }
p { color: rgb(217,3,69); }
H1.HeaderClassName
{
color: #D90345;
}
.AnyTagClassName
{
color: #D90345;
}
</style>
background-color css
<style>
a { background-color: #D90345; }
a { background-color: rgb(217,3,69); }
div.DivClassName
{
background-color: #D90345;
}
.BgClassName
{
background-color: #D90345;
}
</style>
border-color css
<style>
span { border-color: #D90345; }
span { border-color: rgb(217,3,69); }
td.TdClassName
{
border-color: #D90345;
}
.TagClassName
{
border-color: #D90345;
}
</style>