Shades of Crimson #D90533
Tints of Crimson #D90533
RGB
CMYK
RGB Variations
Color information
#D90533 (or 0xD90533) is known color: Crimson. HEX triplet: D9, 05 and 33. RGB value is (217,5,51). Sum of RGB (Red+Green+Blue) = 217+5+51=273 (36% of max value = 765). Red value is 217 (85.16% from 255 or 79.49% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 51 (20.31% from 255 or 18.68% from 273); Max value from RGB is 217 - color contains mainly: red. Hex color #D90533 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90533 is #26FACC. Grayscale: #494949. Windows color (decimal): -2554573 or 3343833. OLE color: 3343833.
HSL color Cylindrical-coordinate representation of color #D90533: hue angle of 346.98º 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 #D90533 is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 5 | 51 | - |
| CMYK | 0 | 0.98 | 0.76 | 0.15 |
| HSL | 346.98º | 0.95% | 0.44% | - |
| HSV(B) | 346.98º | 0.98% | 0.85% | - |
| XYZ | 29.27 | 15.1 | 4.5 | - |
| YUV | 73.63 | 115.24 | 230.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 5 | 51 | 0 | 0.98 | 0.76 | 0.15 | 346.98 | 0.95 | 0.44 |
| Hex | D9 | 5 | 33 | 0 | 62 | 4C | F | 15B | 5F | 2C |
| Octal | 331 | 5 | 63 | 0 | 142 | 114 | 17 | 533 | 137 | 54 |
| Binary | 11011001 | 101 | 110011 | 0 | 1100010 | 1001100 | 1111 | 101011011 | 1011111 | 101100 |
Color Harmonies of #D90533
Complementary color
Monochromatic Colors of #D90533
Black with #D90533
Text Example
Text Example
White with #D90533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90533; }
p { color: rgb(217,5,51); }
H1.HeaderClassName
{
color: #D90533;
}
.AnyTagClassName
{
color: #D90533;
}
</style>
background-color css
<style>
a { background-color: #D90533; }
a { background-color: rgb(217,5,51); }
div.DivClassName
{
background-color: #D90533;
}
.BgClassName
{
background-color: #D90533;
}
</style>
border-color css
<style>
span { border-color: #D90533; }
span { border-color: rgb(217,5,51); }
td.TdClassName
{
border-color: #D90533;
}
.TagClassName
{
border-color: #D90533;
}
</style>