Shades of Crimson #D00641
Tints of Crimson #D00641
RGB
CMYK
RGB Variations
Color information
#D00641 (or 0xD00641) is known color: Crimson. HEX triplet: D0, 06 and 41. RGB value is (208,6,65). Sum of RGB (Red+Green+Blue) = 208+6+65=279 (36% of max value = 765). Red value is 208 (81.64% from 255 or 74.55% from 279); Green value is 6 (2.73% from 255 or 2.15% from 279); Blue value is 65 (25.78% from 255 or 23.30% from 279); Max value from RGB is 208 - color contains mainly: red. Hex color #D00641 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00641 is #2FF9BE. Grayscale: #494949. Windows color (decimal): -3144127 or 4261584. OLE color: 4261584.
HSL color Cylindrical-coordinate representation of color #D00641: hue angle of 342.48º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D00641 is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 6 | 65 | - |
| CMYK | 0 | 0.97 | 0.69 | 0.18 |
| HSL | 342.48º | 0.94% | 0.42% | - |
| HSV(B) | 342.48º | 0.97% | 0.82% | - |
| XYZ | 27.03 | 13.92 | 6.26 | - |
| YUV | 73.12 | 123.42 | 224.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 6 | 65 | 0 | 0.97 | 0.69 | 0.18 | 342.48 | 0.94 | 0.42 |
| Hex | D0 | 6 | 41 | 0 | 61 | 45 | 12 | 156 | 5E | 2A |
| Octal | 320 | 6 | 101 | 0 | 141 | 105 | 22 | 526 | 136 | 52 |
| Binary | 11010000 | 110 | 1000001 | 0 | 1100001 | 1000101 | 10010 | 101010110 | 1011110 | 101010 |
Color Harmonies of #D00641
Complementary color
Monochromatic Colors of #D00641
Black with #D00641
Text Example
Text Example
White with #D00641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00641; }
p { color: rgb(208,6,65); }
H1.HeaderClassName
{
color: #D00641;
}
.AnyTagClassName
{
color: #D00641;
}
</style>
background-color css
<style>
a { background-color: #D00641; }
a { background-color: rgb(208,6,65); }
div.DivClassName
{
background-color: #D00641;
}
.BgClassName
{
background-color: #D00641;
}
</style>
border-color css
<style>
span { border-color: #D00641; }
span { border-color: rgb(208,6,65); }
td.TdClassName
{
border-color: #D00641;
}
.TagClassName
{
border-color: #D00641;
}
</style>