Shades of Crimson #D30643
Tints of Crimson #D30643
RGB
CMYK
RGB Variations
Color information
#D30643 (or 0xD30643) is known color: Crimson. HEX triplet: D3, 06 and 43. RGB value is (211,6,67). Sum of RGB (Red+Green+Blue) = 211+6+67=284 (37% of max value = 765). Red value is 211 (82.81% from 255 or 74.30% from 284); Green value is 6 (2.73% from 255 or 2.11% from 284); Blue value is 67 (26.56% from 255 or 23.59% from 284); Max value from RGB is 211 - color contains mainly: red. Hex color #D30643 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D30643 is #2CF9BC. Grayscale: #4A4A4A. Windows color (decimal): -2947517 or 4392659. OLE color: 4392659.
HSL color Cylindrical-coordinate representation of color #D30643: hue angle of 342.15º 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 #D30643 is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 6 | 67 | - |
| CMYK | 0 | 0.97 | 0.68 | 0.17 |
| HSL | 342.15º | 0.94% | 0.43% | - |
| HSV(B) | 342.15º | 0.97% | 0.83% | - |
| XYZ | 27.94 | 14.38 | 6.61 | - |
| YUV | 74.25 | 123.92 | 225.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 6 | 67 | 0 | 0.97 | 0.68 | 0.17 | 342.15 | 0.94 | 0.43 |
| Hex | D3 | 6 | 43 | 0 | 61 | 44 | 11 | 156 | 5E | 2B |
| Octal | 323 | 6 | 103 | 0 | 141 | 104 | 21 | 526 | 136 | 53 |
| Binary | 11010011 | 110 | 1000011 | 0 | 1100001 | 1000100 | 10001 | 101010110 | 1011110 | 101011 |
Color Harmonies of #D30643
Complementary color
Monochromatic Colors of #D30643
Black with #D30643
Text Example
Text Example
White with #D30643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D30643; }
p { color: rgb(211,6,67); }
H1.HeaderClassName
{
color: #D30643;
}
.AnyTagClassName
{
color: #D30643;
}
</style>
background-color css
<style>
a { background-color: #D30643; }
a { background-color: rgb(211,6,67); }
div.DivClassName
{
background-color: #D30643;
}
.BgClassName
{
background-color: #D30643;
}
</style>
border-color css
<style>
span { border-color: #D30643; }
span { border-color: rgb(211,6,67); }
td.TdClassName
{
border-color: #D30643;
}
.TagClassName
{
border-color: #D30643;
}
</style>