Shades of Crimson #D81D3B
Tints of Crimson #D81D3B
RGB
CMYK
RGB Variations
Color information
#D81D3B (or 0xD81D3B) is known color: Crimson. HEX triplet: D8, 1D and 3B. RGB value is (216,29,59). Sum of RGB (Red+Green+Blue) = 216+29+59=304 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.05% from 304); Green value is 29 (11.72% from 255 or 9.54% from 304); Blue value is 59 (23.44% from 255 or 19.41% from 304); Max value from RGB is 216 - color contains mainly: red. Hex color #D81D3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D81D3B is #27E2C4. Grayscale: #585858. Windows color (decimal): -2613957 or 3874264. OLE color: 3874264.
HSL color Cylindrical-coordinate representation of color #D81D3B: hue angle of 350.37º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D81D3B is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 29 | 59 | - |
| CMYK | 0 | 0.87 | 0.73 | 0.15 |
| HSL | 350.37º | 0.76% | 0.48% | - |
| HSV(B) | 350.37º | 0.87% | 0.85% | - |
| XYZ | 29.55 | 15.79 | 5.63 | - |
| YUV | 88.33 | 111.45 | 219.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 29 | 59 | 0 | 0.87 | 0.73 | 0.15 | 350.37 | 0.76 | 0.48 |
| Hex | D8 | 1D | 3B | 0 | 57 | 49 | F | 15E | 4C | 30 |
| Octal | 330 | 35 | 73 | 0 | 127 | 111 | 17 | 536 | 114 | 60 |
| Binary | 11011000 | 11101 | 111011 | 0 | 1010111 | 1001001 | 1111 | 101011110 | 1001100 | 110000 |
Color Harmonies of #D81D3B
Complementary color
Monochromatic Colors of #D81D3B
Black with #D81D3B
Text Example
Text Example
White with #D81D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81D3B; }
p { color: rgb(216,29,59); }
H1.HeaderClassName
{
color: #D81D3B;
}
.AnyTagClassName
{
color: #D81D3B;
}
</style>
background-color css
<style>
a { background-color: #D81D3B; }
a { background-color: rgb(216,29,59); }
div.DivClassName
{
background-color: #D81D3B;
}
.BgClassName
{
background-color: #D81D3B;
}
</style>
border-color css
<style>
span { border-color: #D81D3B; }
span { border-color: rgb(216,29,59); }
td.TdClassName
{
border-color: #D81D3B;
}
.TagClassName
{
border-color: #D81D3B;
}
</style>