Shades of Crimson #D80943
Tints of Crimson #D80943
RGB
CMYK
RGB Variations
Color information
#D80943 (or 0xD80943) is known color: Crimson. HEX triplet: D8, 09 and 43. RGB value is (216,9,67). Sum of RGB (Red+Green+Blue) = 216+9+67=292 (38% of max value = 765). Red value is 216 (84.77% from 255 or 73.97% from 292); Green value is 9 (3.91% from 255 or 3.08% from 292); Blue value is 67 (26.56% from 255 or 22.95% from 292); Max value from RGB is 216 - color contains mainly: red. Hex color #D80943 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80943 is #27F6BC. Grayscale: #4D4D4D. Windows color (decimal): -2619069 or 4393432. OLE color: 4393432.
HSL color Cylindrical-coordinate representation of color #D80943: hue angle of 343.19º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D80943 is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 9 | 67 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.15 |
| HSL | 343.19º | 0.92% | 0.44% | - |
| HSV(B) | 343.19º | 0.96% | 0.85% | - |
| XYZ | 29.43 | 15.2 | 6.69 | - |
| YUV | 77.51 | 122.08 | 226.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 9 | 67 | 0 | 0.96 | 0.69 | 0.15 | 343.19 | 0.92 | 0.44 |
| Hex | D8 | 9 | 43 | 0 | 60 | 45 | F | 157 | 5C | 2C |
| Octal | 330 | 11 | 103 | 0 | 140 | 105 | 17 | 527 | 134 | 54 |
| Binary | 11011000 | 1001 | 1000011 | 0 | 1100000 | 1000101 | 1111 | 101010111 | 1011100 | 101100 |
Color Harmonies of #D80943
Complementary color
Monochromatic Colors of #D80943
Black with #D80943
Text Example
Text Example
White with #D80943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80943; }
p { color: rgb(216,9,67); }
H1.HeaderClassName
{
color: #D80943;
}
.AnyTagClassName
{
color: #D80943;
}
</style>
background-color css
<style>
a { background-color: #D80943; }
a { background-color: rgb(216,9,67); }
div.DivClassName
{
background-color: #D80943;
}
.BgClassName
{
background-color: #D80943;
}
</style>
border-color css
<style>
span { border-color: #D80943; }
span { border-color: rgb(216,9,67); }
td.TdClassName
{
border-color: #D80943;
}
.TagClassName
{
border-color: #D80943;
}
</style>