Shades of Crimson #D90129
Tints of Crimson #D90129
RGB
CMYK
RGB Variations
Color information
#D90129 (or 0xD90129) is known color: Crimson. HEX triplet: D9, 01 and 29. RGB value is (217,1,41). Sum of RGB (Red+Green+Blue) = 217+1+41=259 (34% of max value = 765). Red value is 217 (85.16% from 255 or 83.78% from 259); Green value is 1 (0.78% from 255 or 0.39% from 259); Blue value is 41 (16.41% from 255 or 15.83% from 259); Max value from RGB is 217 - color contains mainly: red. Hex color #D90129 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90129 is #26FED6. Grayscale: #464646. Windows color (decimal): -2555607 or 2687449. OLE color: 2687449.
HSL color Cylindrical-coordinate representation of color #D90129: hue angle of 348.89º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D90129 is Cyan = 0, Magento = 1.00, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 1 | 41 | - |
| CMYK | 0 | 1.00 | 0.81 | 0.15 |
| HSL | 348.89º | 0.99% | 0.43% | - |
| HSV(B) | 348.89º | 1% | 0.85% | - |
| XYZ | 29.03 | 14.93 | 3.45 | - |
| YUV | 70.14 | 111.56 | 232.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 1 | 41 | 0 | 1.00 | 0.81 | 0.15 | 348.89 | 0.99 | 0.43 |
| Hex | D9 | 1 | 29 | 0 | 64 | 51 | F | 15D | 63 | 2B |
| Octal | 331 | 1 | 51 | 0 | 144 | 121 | 17 | 535 | 143 | 53 |
| Binary | 11011001 | 1 | 101001 | 0 | 1100100 | 1010001 | 1111 | 101011101 | 1100011 | 101011 |
Color Harmonies of #D90129
Complementary color
Monochromatic Colors of #D90129
Black with #D90129
Text Example
Text Example
White with #D90129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90129; }
p { color: rgb(217,1,41); }
H1.HeaderClassName
{
color: #D90129;
}
.AnyTagClassName
{
color: #D90129;
}
</style>
background-color css
<style>
a { background-color: #D90129; }
a { background-color: rgb(217,1,41); }
div.DivClassName
{
background-color: #D90129;
}
.BgClassName
{
background-color: #D90129;
}
</style>
border-color css
<style>
span { border-color: #D90129; }
span { border-color: rgb(217,1,41); }
td.TdClassName
{
border-color: #D90129;
}
.TagClassName
{
border-color: #D90129;
}
</style>