Shades of Crimson #D90536
Tints of Crimson #D90536
RGB
CMYK
RGB Variations
Color information
#D90536 (or 0xD90536) is known color: Crimson. HEX triplet: D9, 05 and 36. RGB value is (217,5,54). Sum of RGB (Red+Green+Blue) = 217+5+54=276 (36% of max value = 765). Red value is 217 (85.16% from 255 or 78.62% from 276); Green value is 5 (2.34% from 255 or 1.81% from 276); Blue value is 54 (21.48% from 255 or 19.57% from 276); Max value from RGB is 217 - color contains mainly: red. Hex color #D90536 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90536 is #26FAC9. Grayscale: #494949. Windows color (decimal): -2554570 or 3540441. OLE color: 3540441.
HSL color Cylindrical-coordinate representation of color #D90536: hue angle of 346.13º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D90536 is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 5 | 54 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.15 |
| HSL | 346.13º | 0.95% | 0.44% | - |
| HSV(B) | 346.13º | 0.98% | 0.85% | - |
| XYZ | 29.34 | 15.13 | 4.86 | - |
| YUV | 73.97 | 116.74 | 230.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 5 | 54 | 0 | 0.98 | 0.75 | 0.15 | 346.13 | 0.95 | 0.44 |
| Hex | D9 | 5 | 36 | 0 | 62 | 4B | F | 15A | 5F | 2C |
| Octal | 331 | 5 | 66 | 0 | 142 | 113 | 17 | 532 | 137 | 54 |
| Binary | 11011001 | 101 | 110110 | 0 | 1100010 | 1001011 | 1111 | 101011010 | 1011111 | 101100 |
Color Harmonies of #D90536
Complementary color
Monochromatic Colors of #D90536
Black with #D90536
Text Example
Text Example
White with #D90536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90536; }
p { color: rgb(217,5,54); }
H1.HeaderClassName
{
color: #D90536;
}
.AnyTagClassName
{
color: #D90536;
}
</style>
background-color css
<style>
a { background-color: #D90536; }
a { background-color: rgb(217,5,54); }
div.DivClassName
{
background-color: #D90536;
}
.BgClassName
{
background-color: #D90536;
}
</style>
border-color css
<style>
span { border-color: #D90536; }
span { border-color: rgb(217,5,54); }
td.TdClassName
{
border-color: #D90536;
}
.TagClassName
{
border-color: #D90536;
}
</style>