Shades of Crimson #D90833
Tints of Crimson #D90833
RGB
CMYK
RGB Variations
Color information
#D90833 (or 0xD90833) is known color: Crimson. HEX triplet: D9, 08 and 33. RGB value is (217,8,51). Sum of RGB (Red+Green+Blue) = 217+8+51=276 (36% of max value = 765). Red value is 217 (85.16% from 255 or 78.62% from 276); Green value is 8 (3.52% from 255 or 2.90% from 276); Blue value is 51 (20.31% from 255 or 18.48% from 276); Max value from RGB is 217 - color contains mainly: red. Hex color #D90833 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90833 is #26F7CC. Grayscale: #4B4B4B. Windows color (decimal): -2553805 or 3344601. OLE color: 3344601.
HSL color Cylindrical-coordinate representation of color #D90833: hue angle of 347.66º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D90833 is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 8 | 51 | - |
| CMYK | 0 | 0.96 | 0.76 | 0.15 |
| HSL | 347.66º | 0.93% | 0.44% | - |
| HSV(B) | 347.66º | 0.96% | 0.85% | - |
| XYZ | 29.3 | 15.16 | 4.51 | - |
| YUV | 75.39 | 114.24 | 229 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 8 | 51 | 0 | 0.96 | 0.76 | 0.15 | 347.66 | 0.93 | 0.44 |
| Hex | D9 | 8 | 33 | 0 | 60 | 4C | F | 15C | 5D | 2C |
| Octal | 331 | 10 | 63 | 0 | 140 | 114 | 17 | 534 | 135 | 54 |
| Binary | 11011001 | 1000 | 110011 | 0 | 1100000 | 1001100 | 1111 | 101011100 | 1011101 | 101100 |
Color Harmonies of #D90833
Complementary color
Monochromatic Colors of #D90833
Black with #D90833
Text Example
Text Example
White with #D90833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90833; }
p { color: rgb(217,8,51); }
H1.HeaderClassName
{
color: #D90833;
}
.AnyTagClassName
{
color: #D90833;
}
</style>
background-color css
<style>
a { background-color: #D90833; }
a { background-color: rgb(217,8,51); }
div.DivClassName
{
background-color: #D90833;
}
.BgClassName
{
background-color: #D90833;
}
</style>
border-color css
<style>
span { border-color: #D90833; }
span { border-color: rgb(217,8,51); }
td.TdClassName
{
border-color: #D90833;
}
.TagClassName
{
border-color: #D90833;
}
</style>