Shades of Crimson #D81B49
Tints of Crimson #D81B49
RGB
CMYK
RGB Variations
Color information
#D81B49 (or 0xD81B49) is known color: Crimson. HEX triplet: D8, 1B and 49. RGB value is (216,27,73). Sum of RGB (Red+Green+Blue) = 216+27+73=316 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.35% from 316); Green value is 27 (10.94% from 255 or 8.54% from 316); Blue value is 73 (28.91% from 255 or 23.10% from 316); Max value from RGB is 216 - color contains mainly: red. Hex color #D81B49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D81B49 is #27E4B6. Grayscale: #585858. Windows color (decimal): -2614455 or 4791256. OLE color: 4791256.
HSL color Cylindrical-coordinate representation of color #D81B49: hue angle of 345.4º 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 #D81B49 is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 27 | 73 | - |
| CMYK | 0 | 0.88 | 0.66 | 0.15 |
| HSL | 345.4º | 0.78% | 0.48% | - |
| HSV(B) | 345.4º | 0.88% | 0.85% | - |
| XYZ | 29.91 | 15.86 | 7.79 | - |
| YUV | 88.76 | 119.12 | 218.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 27 | 73 | 0 | 0.88 | 0.66 | 0.15 | 345.4 | 0.78 | 0.48 |
| Hex | D8 | 1B | 49 | 0 | 58 | 42 | F | 159 | 4E | 30 |
| Octal | 330 | 33 | 111 | 0 | 130 | 102 | 17 | 531 | 116 | 60 |
| Binary | 11011000 | 11011 | 1001001 | 0 | 1011000 | 1000010 | 1111 | 101011001 | 1001110 | 110000 |
Color Harmonies of #D81B49
Complementary color
Monochromatic Colors of #D81B49
Black with #D81B49
Text Example
Text Example
White with #D81B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81B49; }
p { color: rgb(216,27,73); }
H1.HeaderClassName
{
color: #D81B49;
}
.AnyTagClassName
{
color: #D81B49;
}
</style>
background-color css
<style>
a { background-color: #D81B49; }
a { background-color: rgb(216,27,73); }
div.DivClassName
{
background-color: #D81B49;
}
.BgClassName
{
background-color: #D81B49;
}
</style>
border-color css
<style>
span { border-color: #D81B49; }
span { border-color: rgb(216,27,73); }
td.TdClassName
{
border-color: #D81B49;
}
.TagClassName
{
border-color: #D81B49;
}
</style>