Shades of Crimson #D81A37
Tints of Crimson #D81A37
RGB
CMYK
RGB Variations
Color information
#D81A37 (or 0xD81A37) is known color: Crimson. HEX triplet: D8, 1A and 37. RGB value is (216,26,55). Sum of RGB (Red+Green+Blue) = 216+26+55=297 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.73% from 297); Green value is 26 (10.55% from 255 or 8.75% from 297); Blue value is 55 (21.88% from 255 or 18.52% from 297); Max value from RGB is 216 - color contains mainly: red. Hex color #D81A37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D81A37 is #27E5C8. Grayscale: #565656. Windows color (decimal): -2614729 or 3611352. OLE color: 3611352.
HSL color Cylindrical-coordinate representation of color #D81A37: hue angle of 350.84º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D81A37 is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 26 | 55 | - |
| CMYK | 0 | 0.88 | 0.75 | 0.15 |
| HSL | 350.84º | 0.79% | 0.47% | - |
| HSV(B) | 350.84º | 0.88% | 0.85% | - |
| XYZ | 29.38 | 15.61 | 5.08 | - |
| YUV | 86.12 | 110.45 | 220.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 26 | 55 | 0 | 0.88 | 0.75 | 0.15 | 350.84 | 0.79 | 0.47 |
| Hex | D8 | 1A | 37 | 0 | 58 | 4B | F | 15F | 4F | 2F |
| Octal | 330 | 32 | 67 | 0 | 130 | 113 | 17 | 537 | 117 | 57 |
| Binary | 11011000 | 11010 | 110111 | 0 | 1011000 | 1001011 | 1111 | 101011111 | 1001111 | 101111 |
Color Harmonies of #D81A37
Complementary color
Monochromatic Colors of #D81A37
Black with #D81A37
Text Example
Text Example
White with #D81A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81A37; }
p { color: rgb(216,26,55); }
H1.HeaderClassName
{
color: #D81A37;
}
.AnyTagClassName
{
color: #D81A37;
}
</style>
background-color css
<style>
a { background-color: #D81A37; }
a { background-color: rgb(216,26,55); }
div.DivClassName
{
background-color: #D81A37;
}
.BgClassName
{
background-color: #D81A37;
}
</style>
border-color css
<style>
span { border-color: #D81A37; }
span { border-color: rgb(216,26,55); }
td.TdClassName
{
border-color: #D81A37;
}
.TagClassName
{
border-color: #D81A37;
}
</style>