Shades of Crimson #D81342
Tints of Crimson #D81342
RGB
CMYK
RGB Variations
Color information
#D81342 (or 0xD81342) is known color: Crimson. HEX triplet: D8, 13 and 42. RGB value is (216,19,66). Sum of RGB (Red+Green+Blue) = 216+19+66=301 (39% of max value = 765). Red value is 216 (84.77% from 255 or 71.76% from 301); Green value is 19 (7.81% from 255 or 6.31% from 301); Blue value is 66 (26.17% from 255 or 21.93% from 301); Max value from RGB is 216 - color contains mainly: red. Hex color #D81342 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81342 is #27ECBD. Grayscale: #535353. Windows color (decimal): -2616510 or 4330456. OLE color: 4330456.
HSL color Cylindrical-coordinate representation of color #D81342: hue angle of 345.69º 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 #D81342 is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 19 | 66 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.15 |
| HSL | 345.69º | 0.84% | 0.46% | - |
| HSV(B) | 345.69º | 0.91% | 0.85% | - |
| XYZ | 29.54 | 15.46 | 6.58 | - |
| YUV | 83.26 | 118.27 | 222.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 19 | 66 | 0 | 0.91 | 0.69 | 0.15 | 345.69 | 0.84 | 0.46 |
| Hex | D8 | 13 | 42 | 0 | 5B | 45 | F | 15A | 54 | 2E |
| Octal | 330 | 23 | 102 | 0 | 133 | 105 | 17 | 532 | 124 | 56 |
| Binary | 11011000 | 10011 | 1000010 | 0 | 1011011 | 1000101 | 1111 | 101011010 | 1010100 | 101110 |
Color Harmonies of #D81342
Complementary color
Monochromatic Colors of #D81342
Black with #D81342
Text Example
Text Example
White with #D81342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81342; }
p { color: rgb(216,19,66); }
H1.HeaderClassName
{
color: #D81342;
}
.AnyTagClassName
{
color: #D81342;
}
</style>
background-color css
<style>
a { background-color: #D81342; }
a { background-color: rgb(216,19,66); }
div.DivClassName
{
background-color: #D81342;
}
.BgClassName
{
background-color: #D81342;
}
</style>
border-color css
<style>
span { border-color: #D81342; }
span { border-color: rgb(216,19,66); }
td.TdClassName
{
border-color: #D81342;
}
.TagClassName
{
border-color: #D81342;
}
</style>