Shades of Crimson #D90B4B
Tints of Crimson #D90B4B
RGB
CMYK
RGB Variations
Color information
#D90B4B (or 0xD90B4B) is known color: Crimson. HEX triplet: D9, 0B and 4B. RGB value is (217,11,75). Sum of RGB (Red+Green+Blue) = 217+11+75=303 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.62% from 303); Green value is 11 (4.69% from 255 or 3.63% from 303); Blue value is 75 (29.69% from 255 or 24.75% from 303); Max value from RGB is 217 - color contains mainly: red. Hex color #D90B4B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D90B4B is #26F4B4. Grayscale: #4F4F4F. Windows color (decimal): -2553013 or 4918233. OLE color: 4918233.
HSL color Cylindrical-coordinate representation of color #D90B4B: hue angle of 341.36º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D90B4B is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 11 | 75 | - |
| CMYK | 0 | 0.95 | 0.65 | 0.15 |
| HSL | 341.36º | 0.9% | 0.45% | - |
| HSV(B) | 341.36º | 0.95% | 0.85% | - |
| XYZ | 30 | 15.5 | 8.07 | - |
| YUV | 79.89 | 125.25 | 225.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 11 | 75 | 0 | 0.95 | 0.65 | 0.15 | 341.36 | 0.9 | 0.45 |
| Hex | D9 | B | 4B | 0 | 5F | 41 | F | 155 | 5A | 2D |
| Octal | 331 | 13 | 113 | 0 | 137 | 101 | 17 | 525 | 132 | 55 |
| Binary | 11011001 | 1011 | 1001011 | 0 | 1011111 | 1000001 | 1111 | 101010101 | 1011010 | 101101 |
Color Harmonies of #D90B4B
Complementary color
Monochromatic Colors of #D90B4B
Black with #D90B4B
Text Example
Text Example
White with #D90B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90B4B; }
p { color: rgb(217,11,75); }
H1.HeaderClassName
{
color: #D90B4B;
}
.AnyTagClassName
{
color: #D90B4B;
}
</style>
background-color css
<style>
a { background-color: #D90B4B; }
a { background-color: rgb(217,11,75); }
div.DivClassName
{
background-color: #D90B4B;
}
.BgClassName
{
background-color: #D90B4B;
}
</style>
border-color css
<style>
span { border-color: #D90B4B; }
span { border-color: rgb(217,11,75); }
td.TdClassName
{
border-color: #D90B4B;
}
.TagClassName
{
border-color: #D90B4B;
}
</style>