Shades of Crimson #D81D3F
Tints of Crimson #D81D3F
RGB
CMYK
RGB Variations
Color information
#D81D3F (or 0xD81D3F) is known color: Crimson. HEX triplet: D8, 1D and 3F. RGB value is (216,29,63). Sum of RGB (Red+Green+Blue) = 216+29+63=308 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.13% from 308); Green value is 29 (11.72% from 255 or 9.42% from 308); Blue value is 63 (25% from 255 or 20.45% from 308); Max value from RGB is 216 - color contains mainly: red. Hex color #D81D3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D81D3F is #27E2C0. Grayscale: #585858. Windows color (decimal): -2613953 or 4136408. OLE color: 4136408.
HSL color Cylindrical-coordinate representation of color #D81D3F: hue angle of 349.09º 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 #D81D3F is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 29 | 63 | - |
| CMYK | 0 | 0.87 | 0.71 | 0.15 |
| HSL | 349.09º | 0.76% | 0.48% | - |
| HSV(B) | 349.09º | 0.87% | 0.85% | - |
| XYZ | 29.66 | 15.84 | 6.2 | - |
| YUV | 88.79 | 113.45 | 218.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 29 | 63 | 0 | 0.87 | 0.71 | 0.15 | 349.09 | 0.76 | 0.48 |
| Hex | D8 | 1D | 3F | 0 | 57 | 47 | F | 15D | 4C | 30 |
| Octal | 330 | 35 | 77 | 0 | 127 | 107 | 17 | 535 | 114 | 60 |
| Binary | 11011000 | 11101 | 111111 | 0 | 1010111 | 1000111 | 1111 | 101011101 | 1001100 | 110000 |
Color Harmonies of #D81D3F
Complementary color
Monochromatic Colors of #D81D3F
Black with #D81D3F
Text Example
Text Example
White with #D81D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81D3F; }
p { color: rgb(216,29,63); }
H1.HeaderClassName
{
color: #D81D3F;
}
.AnyTagClassName
{
color: #D81D3F;
}
</style>
background-color css
<style>
a { background-color: #D81D3F; }
a { background-color: rgb(216,29,63); }
div.DivClassName
{
background-color: #D81D3F;
}
.BgClassName
{
background-color: #D81D3F;
}
</style>
border-color css
<style>
span { border-color: #D81D3F; }
span { border-color: rgb(216,29,63); }
td.TdClassName
{
border-color: #D81D3F;
}
.TagClassName
{
border-color: #D81D3F;
}
</style>