Shades of Crimson #D30649
Tints of Crimson #D30649
RGB
CMYK
RGB Variations
Color information
#D30649 (or 0xD30649) is known color: Crimson. HEX triplet: D3, 06 and 49. RGB value is (211,6,73). Sum of RGB (Red+Green+Blue) = 211+6+73=290 (38% of max value = 765). Red value is 211 (82.81% from 255 or 72.76% from 290); Green value is 6 (2.73% from 255 or 2.07% from 290); Blue value is 73 (28.91% from 255 or 25.17% from 290); Max value from RGB is 211 - color contains mainly: red. Hex color #D30649 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30649 is #2CF9B6. Grayscale: #4A4A4A. Windows color (decimal): -2947511 or 4785875. OLE color: 4785875.
HSL color Cylindrical-coordinate representation of color #D30649: hue angle of 340.39º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D30649 is Cyan = 0, Magento = 0.97, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 6 | 73 | - |
| CMYK | 0 | 0.97 | 0.65 | 0.17 |
| HSL | 340.39º | 0.94% | 0.43% | - |
| HSV(B) | 340.39º | 0.97% | 0.83% | - |
| XYZ | 28.13 | 14.46 | 7.61 | - |
| YUV | 74.93 | 126.92 | 225.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 6 | 73 | 0 | 0.97 | 0.65 | 0.17 | 340.39 | 0.94 | 0.43 |
| Hex | D3 | 6 | 49 | 0 | 61 | 41 | 11 | 154 | 5E | 2B |
| Octal | 323 | 6 | 111 | 0 | 141 | 101 | 21 | 524 | 136 | 53 |
| Binary | 11010011 | 110 | 1001001 | 0 | 1100001 | 1000001 | 10001 | 101010100 | 1011110 | 101011 |
Color Harmonies of #D30649
Complementary color
Monochromatic Colors of #D30649
Black with #D30649
Text Example
Text Example
White with #D30649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30649; }
p { color: rgb(211,6,73); }
H1.HeaderClassName
{
color: #D30649;
}
.AnyTagClassName
{
color: #D30649;
}
</style>
background-color css
<style>
a { background-color: #D30649; }
a { background-color: rgb(211,6,73); }
div.DivClassName
{
background-color: #D30649;
}
.BgClassName
{
background-color: #D30649;
}
</style>
border-color css
<style>
span { border-color: #D30649; }
span { border-color: rgb(211,6,73); }
td.TdClassName
{
border-color: #D30649;
}
.TagClassName
{
border-color: #D30649;
}
</style>