Shades of Crimson #D81A34
Tints of Crimson #D81A34
RGB
CMYK
RGB Variations
Color information
#D81A34 (or 0xD81A34) is known color: Crimson. HEX triplet: D8, 1A and 34. RGB value is (216,26,52). Sum of RGB (Red+Green+Blue) = 216+26+52=294 (38% of max value = 765). Red value is 216 (84.77% from 255 or 73.47% from 294); Green value is 26 (10.55% from 255 or 8.84% from 294); Blue value is 52 (20.70% from 255 or 17.69% from 294); Max value from RGB is 216 - color contains mainly: red. Hex color #D81A34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D81A34 is #27E5CB. Grayscale: #555555. Windows color (decimal): -2614732 or 3414744. OLE color: 3414744.
HSL color Cylindrical-coordinate representation of color #D81A34: hue angle of 351.79º 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 #D81A34 is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 26 | 52 | - |
| CMYK | 0 | 0.88 | 0.76 | 0.15 |
| HSL | 351.79º | 0.79% | 0.47% | - |
| HSV(B) | 351.79º | 0.88% | 0.85% | - |
| XYZ | 29.31 | 15.59 | 4.71 | - |
| YUV | 85.77 | 108.95 | 220.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 26 | 52 | 0 | 0.88 | 0.76 | 0.15 | 351.79 | 0.79 | 0.47 |
| Hex | D8 | 1A | 34 | 0 | 58 | 4C | F | 160 | 4F | 2F |
| Octal | 330 | 32 | 64 | 0 | 130 | 114 | 17 | 540 | 117 | 57 |
| Binary | 11011000 | 11010 | 110100 | 0 | 1011000 | 1001100 | 1111 | 101100000 | 1001111 | 101111 |
Color Harmonies of #D81A34
Complementary color
Monochromatic Colors of #D81A34
Black with #D81A34
Text Example
Text Example
White with #D81A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81A34; }
p { color: rgb(216,26,52); }
H1.HeaderClassName
{
color: #D81A34;
}
.AnyTagClassName
{
color: #D81A34;
}
</style>
background-color css
<style>
a { background-color: #D81A34; }
a { background-color: rgb(216,26,52); }
div.DivClassName
{
background-color: #D81A34;
}
.BgClassName
{
background-color: #D81A34;
}
</style>
border-color css
<style>
span { border-color: #D81A34; }
span { border-color: rgb(216,26,52); }
td.TdClassName
{
border-color: #D81A34;
}
.TagClassName
{
border-color: #D81A34;
}
</style>