Shades of Crimson #D81D36
Tints of Crimson #D81D36
RGB
CMYK
RGB Variations
Color information
#D81D36 (or 0xD81D36) is known color: Crimson. HEX triplet: D8, 1D and 36. RGB value is (216,29,54). Sum of RGB (Red+Green+Blue) = 216+29+54=299 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.24% from 299); Green value is 29 (11.72% from 255 or 9.70% from 299); Blue value is 54 (21.48% from 255 or 18.06% from 299); Max value from RGB is 216 - color contains mainly: red. Hex color #D81D36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D81D36 is #27E2C9. Grayscale: #575757. Windows color (decimal): -2613962 or 3546584. OLE color: 3546584.
HSL color Cylindrical-coordinate representation of color #D81D36: hue angle of 351.98º 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 #D81D36 is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 29 | 54 | - |
| CMYK | 0 | 0.87 | 0.75 | 0.15 |
| HSL | 351.98º | 0.76% | 0.48% | - |
| HSV(B) | 351.98º | 0.87% | 0.85% | - |
| XYZ | 29.42 | 15.74 | 4.98 | - |
| YUV | 87.76 | 108.95 | 219.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 29 | 54 | 0 | 0.87 | 0.75 | 0.15 | 351.98 | 0.76 | 0.48 |
| Hex | D8 | 1D | 36 | 0 | 57 | 4B | F | 160 | 4C | 30 |
| Octal | 330 | 35 | 66 | 0 | 127 | 113 | 17 | 540 | 114 | 60 |
| Binary | 11011000 | 11101 | 110110 | 0 | 1010111 | 1001011 | 1111 | 101100000 | 1001100 | 110000 |
Color Harmonies of #D81D36
Complementary color
Monochromatic Colors of #D81D36
Black with #D81D36
Text Example
Text Example
White with #D81D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81D36; }
p { color: rgb(216,29,54); }
H1.HeaderClassName
{
color: #D81D36;
}
.AnyTagClassName
{
color: #D81D36;
}
</style>
background-color css
<style>
a { background-color: #D81D36; }
a { background-color: rgb(216,29,54); }
div.DivClassName
{
background-color: #D81D36;
}
.BgClassName
{
background-color: #D81D36;
}
</style>
border-color css
<style>
span { border-color: #D81D36; }
span { border-color: rgb(216,29,54); }
td.TdClassName
{
border-color: #D81D36;
}
.TagClassName
{
border-color: #D81D36;
}
</style>