Shades of Crimson #D80641
Tints of Crimson #D80641
RGB
CMYK
RGB Variations
Color information
#D80641 (or 0xD80641) is known color: Crimson. HEX triplet: D8, 06 and 41. RGB value is (216,6,65). Sum of RGB (Red+Green+Blue) = 216+6+65=287 (38% of max value = 765). Red value is 216 (84.77% from 255 or 75.26% from 287); Green value is 6 (2.73% from 255 or 2.09% from 287); Blue value is 65 (25.78% from 255 or 22.65% from 287); Max value from RGB is 216 - color contains mainly: red. Hex color #D80641 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80641 is #27F9BE. Grayscale: #4B4B4B. Windows color (decimal): -2619839 or 4261592. OLE color: 4261592.
HSL color Cylindrical-coordinate representation of color #D80641: hue angle of 343.14º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D80641 is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 6 | 65 | - |
| CMYK | 0 | 0.97 | 0.70 | 0.15 |
| HSL | 343.14º | 0.95% | 0.44% | - |
| HSV(B) | 343.14º | 0.97% | 0.85% | - |
| XYZ | 29.34 | 15.11 | 6.37 | - |
| YUV | 75.52 | 122.07 | 228.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 6 | 65 | 0 | 0.97 | 0.70 | 0.15 | 343.14 | 0.95 | 0.44 |
| Hex | D8 | 6 | 41 | 0 | 61 | 46 | F | 157 | 5F | 2C |
| Octal | 330 | 6 | 101 | 0 | 141 | 106 | 17 | 527 | 137 | 54 |
| Binary | 11011000 | 110 | 1000001 | 0 | 1100001 | 1000110 | 1111 | 101010111 | 1011111 | 101100 |
Color Harmonies of #D80641
Complementary color
Monochromatic Colors of #D80641
Black with #D80641
Text Example
Text Example
White with #D80641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80641; }
p { color: rgb(216,6,65); }
H1.HeaderClassName
{
color: #D80641;
}
.AnyTagClassName
{
color: #D80641;
}
</style>
background-color css
<style>
a { background-color: #D80641; }
a { background-color: rgb(216,6,65); }
div.DivClassName
{
background-color: #D80641;
}
.BgClassName
{
background-color: #D80641;
}
</style>
border-color css
<style>
span { border-color: #D80641; }
span { border-color: rgb(216,6,65); }
td.TdClassName
{
border-color: #D80641;
}
.TagClassName
{
border-color: #D80641;
}
</style>