Shades of Crimson #D91B4D
Tints of Crimson #D91B4D
RGB
CMYK
RGB Variations
Color information
#D91B4D (or 0xD91B4D) is known color: Crimson. HEX triplet: D9, 1B and 4D. RGB value is (217,27,77). Sum of RGB (Red+Green+Blue) = 217+27+77=321 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.60% from 321); Green value is 27 (10.94% from 255 or 8.41% from 321); Blue value is 77 (30.47% from 255 or 23.99% from 321); Max value from RGB is 217 - color contains mainly: red. Hex color #D91B4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D91B4D is #26E4B2. Grayscale: #595959. Windows color (decimal): -2548915 or 5053401. OLE color: 5053401.
HSL color Cylindrical-coordinate representation of color #D91B4D: hue angle of 344.21º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D91B4D is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 27 | 77 | - |
| CMYK | 0 | 0.88 | 0.65 | 0.15 |
| HSL | 344.21º | 0.78% | 0.48% | - |
| HSV(B) | 344.21º | 0.88% | 0.85% | - |
| XYZ | 30.35 | 16.07 | 8.52 | - |
| YUV | 89.51 | 120.95 | 218.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 27 | 77 | 0 | 0.88 | 0.65 | 0.15 | 344.21 | 0.78 | 0.48 |
| Hex | D9 | 1B | 4D | 0 | 58 | 41 | F | 158 | 4E | 30 |
| Octal | 331 | 33 | 115 | 0 | 130 | 101 | 17 | 530 | 116 | 60 |
| Binary | 11011001 | 11011 | 1001101 | 0 | 1011000 | 1000001 | 1111 | 101011000 | 1001110 | 110000 |
Color Harmonies of #D91B4D
Complementary color
Monochromatic Colors of #D91B4D
Black with #D91B4D
Text Example
Text Example
White with #D91B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D91B4D; }
p { color: rgb(217,27,77); }
H1.HeaderClassName
{
color: #D91B4D;
}
.AnyTagClassName
{
color: #D91B4D;
}
</style>
background-color css
<style>
a { background-color: #D91B4D; }
a { background-color: rgb(217,27,77); }
div.DivClassName
{
background-color: #D91B4D;
}
.BgClassName
{
background-color: #D91B4D;
}
</style>
border-color css
<style>
span { border-color: #D91B4D; }
span { border-color: rgb(217,27,77); }
td.TdClassName
{
border-color: #D91B4D;
}
.TagClassName
{
border-color: #D91B4D;
}
</style>