Shades of Crimson #D81D3E
Tints of Crimson #D81D3E
RGB
CMYK
RGB Variations
Color information
#D81D3E (or 0xD81D3E) is known color: Crimson. HEX triplet: D8, 1D and 3E. RGB value is (216,29,62). Sum of RGB (Red+Green+Blue) = 216+29+62=307 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.36% from 307); Green value is 29 (11.72% from 255 or 9.45% from 307); Blue value is 62 (24.61% from 255 or 20.20% from 307); Max value from RGB is 216 - color contains mainly: red. Hex color #D81D3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D81D3E is #27E2C1. Grayscale: #585858. Windows color (decimal): -2613954 or 4070872. OLE color: 4070872.
HSL color Cylindrical-coordinate representation of color #D81D3E: hue angle of 349.41º 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 #D81D3E is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 29 | 62 | - |
| CMYK | 0 | 0.87 | 0.71 | 0.15 |
| HSL | 349.41º | 0.76% | 0.48% | - |
| HSV(B) | 349.41º | 0.87% | 0.85% | - |
| XYZ | 29.63 | 15.83 | 6.05 | - |
| YUV | 88.68 | 112.95 | 218.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 29 | 62 | 0 | 0.87 | 0.71 | 0.15 | 349.41 | 0.76 | 0.48 |
| Hex | D8 | 1D | 3E | 0 | 57 | 47 | F | 15D | 4C | 30 |
| Octal | 330 | 35 | 76 | 0 | 127 | 107 | 17 | 535 | 114 | 60 |
| Binary | 11011000 | 11101 | 111110 | 0 | 1010111 | 1000111 | 1111 | 101011101 | 1001100 | 110000 |
Color Harmonies of #D81D3E
Complementary color
Monochromatic Colors of #D81D3E
Black with #D81D3E
Text Example
Text Example
White with #D81D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81D3E; }
p { color: rgb(216,29,62); }
H1.HeaderClassName
{
color: #D81D3E;
}
.AnyTagClassName
{
color: #D81D3E;
}
</style>
background-color css
<style>
a { background-color: #D81D3E; }
a { background-color: rgb(216,29,62); }
div.DivClassName
{
background-color: #D81D3E;
}
.BgClassName
{
background-color: #D81D3E;
}
</style>
border-color css
<style>
span { border-color: #D81D3E; }
span { border-color: rgb(216,29,62); }
td.TdClassName
{
border-color: #D81D3E;
}
.TagClassName
{
border-color: #D81D3E;
}
</style>