Shades of Crimson #D81334
Tints of Crimson #D81334
RGB
CMYK
RGB Variations
Color information
#D81334 (or 0xD81334) is known color: Crimson. HEX triplet: D8, 13 and 34. RGB value is (216,19,52). Sum of RGB (Red+Green+Blue) = 216+19+52=287 (38% of max value = 765). Red value is 216 (84.77% from 255 or 75.26% from 287); Green value is 19 (7.81% from 255 or 6.62% from 287); Blue value is 52 (20.70% from 255 or 18.12% from 287); Max value from RGB is 216 - color contains mainly: red. Hex color #D81334 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81334 is #27ECCB. Grayscale: #515151. Windows color (decimal): -2616524 or 3412952. OLE color: 3412952.
HSL color Cylindrical-coordinate representation of color #D81334: hue angle of 349.95º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D81334 is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 19 | 52 | - |
| CMYK | 0 | 0.91 | 0.76 | 0.15 |
| HSL | 349.95º | 0.84% | 0.46% | - |
| HSV(B) | 349.95º | 0.91% | 0.85% | - |
| XYZ | 29.17 | 15.31 | 4.67 | - |
| YUV | 81.67 | 111.27 | 223.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 19 | 52 | 0 | 0.91 | 0.76 | 0.15 | 349.95 | 0.84 | 0.46 |
| Hex | D8 | 13 | 34 | 0 | 5B | 4C | F | 15E | 54 | 2E |
| Octal | 330 | 23 | 64 | 0 | 133 | 114 | 17 | 536 | 124 | 56 |
| Binary | 11011000 | 10011 | 110100 | 0 | 1011011 | 1001100 | 1111 | 101011110 | 1010100 | 101110 |
Color Harmonies of #D81334
Complementary color
Monochromatic Colors of #D81334
Black with #D81334
Text Example
Text Example
White with #D81334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81334; }
p { color: rgb(216,19,52); }
H1.HeaderClassName
{
color: #D81334;
}
.AnyTagClassName
{
color: #D81334;
}
</style>
background-color css
<style>
a { background-color: #D81334; }
a { background-color: rgb(216,19,52); }
div.DivClassName
{
background-color: #D81334;
}
.BgClassName
{
background-color: #D81334;
}
</style>
border-color css
<style>
span { border-color: #D81334; }
span { border-color: rgb(216,19,52); }
td.TdClassName
{
border-color: #D81334;
}
.TagClassName
{
border-color: #D81334;
}
</style>