Shades of Crimson #D82043
Tints of Crimson #D82043
RGB
CMYK
RGB Variations
Color information
#D82043 (or 0xD82043) is known color: Crimson. HEX triplet: D8, 20 and 43. RGB value is (216,32,67). Sum of RGB (Red+Green+Blue) = 216+32+67=315 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.57% from 315); Green value is 32 (12.89% from 255 or 10.16% from 315); Blue value is 67 (26.56% from 255 or 21.27% from 315); Max value from RGB is 216 - color contains mainly: red. Hex color #D82043 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82043 is #27DFBC. Grayscale: #5B5B5B. Windows color (decimal): -2613181 or 4399320. OLE color: 4399320.
HSL color Cylindrical-coordinate representation of color #D82043: hue angle of 348.59º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D82043 is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 32 | 67 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.15 |
| HSL | 348.59º | 0.74% | 0.49% | - |
| HSV(B) | 348.59º | 0.85% | 0.85% | - |
| XYZ | 29.85 | 16.04 | 6.83 | - |
| YUV | 91.01 | 114.46 | 217.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 32 | 67 | 0 | 0.85 | 0.69 | 0.15 | 348.59 | 0.74 | 0.49 |
| Hex | D8 | 20 | 43 | 0 | 55 | 45 | F | 15D | 4A | 31 |
| Octal | 330 | 40 | 103 | 0 | 125 | 105 | 17 | 535 | 112 | 61 |
| Binary | 11011000 | 100000 | 1000011 | 0 | 1010101 | 1000101 | 1111 | 101011101 | 1001010 | 110001 |
Color Harmonies of #D82043
Complementary color
Monochromatic Colors of #D82043
Black with #D82043
Text Example
Text Example
White with #D82043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82043; }
p { color: rgb(216,32,67); }
H1.HeaderClassName
{
color: #D82043;
}
.AnyTagClassName
{
color: #D82043;
}
</style>
background-color css
<style>
a { background-color: #D82043; }
a { background-color: rgb(216,32,67); }
div.DivClassName
{
background-color: #D82043;
}
.BgClassName
{
background-color: #D82043;
}
</style>
border-color css
<style>
span { border-color: #D82043; }
span { border-color: rgb(216,32,67); }
td.TdClassName
{
border-color: #D82043;
}
.TagClassName
{
border-color: #D82043;
}
</style>